Html Css Color HEX #AF08D6 Dark Violet

📋 copy color: '#AF08D6'

red 175 ◦ green 8 ◦ blue 214

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

Shades of Dark Violet #AF08D6

Tints of Dark Violet #AF08D6

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.02%

 BLUE value IS 214 (83.98% from 255) = 53.9%

R = 44.08%
G = 2.02%
B = 53.9%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF08D6 (or 0xAF08D6) is known color: Dark Violet. HEX triplet: AF, 08 and D6. RGB value is (175,8,214). Sum of RGB (Red+Green+Blue) = 175+8+214=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 214 (83.98% from 255 or 53.90% from 397); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF08D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF08D6 is #50F729. Grayscale: #505050. Windows color (decimal): -5306154 or 14026927. OLE color: 14026927.

HSL color Cylindrical-coordinate representation of color #AF08D6: hue angle of 288.64º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF08D6 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 8 214 -
CMYK 0.18 0.96 0 0.16
HSL 288.64º 0.93% 0.44% -
HSV(B) 288.64º 0.96% 0.84% -
XYZ 29.9 14.14 64.77 -
YUV 81.42 202.83 194.75 -
System Red Green Blue C M Y K H S L
Decimal 175 8 214 0.18 0.96 0 0.16 288.64 0.93 0.44
Hex AF 8 D6 12 60 0 10 121 5D 2C
Octal 257 10 326 22 140 0 20 441 135 54
Binary 10101111 1000 11010110 10010 1100000 0 10000 100100001 1011101 101100

Color Harmonies of #AF08D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF08D6

Black with #AF08D6

Text Example


Text Example

White with #AF08D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF08D6; }

 p { color: rgb(175,8,214); }

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

background-color css

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

 a { background-color: rgb(175,8,214); }

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

border-color css

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

 span { border-color: rgb(175,8,214); }

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