Html Css Color HEX #AF6BFE Medium Purple

📋 copy color: '#AF6BFE'

red 175 ◦ green 107 ◦ blue 254

#AF6BFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #AF6BFE

Tints of Medium Purple #AF6BFE

RGB

 RED value IS 175 (68.75% from 255) = 32.65%

 GREEN value IS 107 (42.19% from 255) = 19.96%

 BLUE value IS 254 (99.61% from 255) = 47.39%

R = 32.65%
G = 19.96%
B = 47.39%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF6BFE (or 0xAF6BFE) is known color: Medium Purple. HEX triplet: AF, 6B and FE. RGB value is (175,107,254). Sum of RGB (Red+Green+Blue) = 175+107+254=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF6BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6BFE is #509401. Grayscale: #8F8F8F. Windows color (decimal): -5280770 or 16673711. OLE color: 16673711.

HSL color Cylindrical-coordinate representation of color #AF6BFE: hue angle of 267.76º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF6BFE is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 107 254 -
CMYK 0.31 0.58 0 0.00
HSL 267.76º 0.99% 0.71% -
HSV(B) 267.76º 0.58% 1% -
XYZ 40.83 26.79 96.78 -
YUV 144.09 190.03 150.05 -
System Red Green Blue C M Y K H S L
Decimal 175 107 254 0.31 0.58 0 0.00 267.76 0.99 0.71
Hex AF 6B FE 1F 3A 0 0 10C 63 47
Octal 257 153 376 37 72 0 0 414 143 107
Binary 10101111 1101011 11111110 11111 111010 0 0 100001100 1100011 1000111

Color Harmonies of #AF6BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BFE

Black with #AF6BFE

Text Example


Text Example

White with #AF6BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BFE; }

 p { color: rgb(175,107,254); }

 H1.HeaderClassName
 {
   color: #AF6BFE;
 }
 .AnyTagClassName
 {
   color: #AF6BFE;
 }
</style>

background-color css

<style>
 a { background-color: #AF6BFE; }

 a { background-color: rgb(175,107,254); }

 div.DivClassName
 {
   background-color: #AF6BFE;
 }
 .BgClassName
 {
   background-color: #AF6BFE;
 }
</style>

border-color css

<style>
 span { border-color: #AF6BFE; }

 span { border-color: rgb(175,107,254); }

 td.TdClassName
 {
   border-color: #AF6BFE;
 }
 .TagClassName
 {
   border-color: #AF6BFE;
 }
</style>