Html Css Color HEX #AF08D9 Dark Violet

📋 copy color: '#AF08D9'

red 175 ◦ green 8 ◦ blue 217

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

Shades of Dark Violet #AF08D9

Tints of Dark Violet #AF08D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 54.25%

R = 43.75%
G = 2%
B = 54.25%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF08D9 (or 0xAF08D9) is known color: Dark Violet. HEX triplet: AF, 08 and D9. RGB value is (175,8,217). Sum of RGB (Red+Green+Blue) = 175+8+217=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 217 (85.16% from 255 or 54.25% from 400); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF08D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF08D9 is #50F726. Grayscale: #515151. Windows color (decimal): -5306151 or 14223535. OLE color: 14223535.

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

Color convert

RGB 175 8 217 -
CMYK 0.19 0.96 0 0.15
HSL 287.94º 0.93% 0.44% -
HSV(B) 287.94º 0.96% 0.85% -
XYZ 30.29 14.3 66.81 -
YUV 81.76 204.33 194.51 -
System Red Green Blue C M Y K H S L
Decimal 175 8 217 0.19 0.96 0 0.15 287.94 0.93 0.44
Hex AF 8 D9 13 60 0 F 120 5D 2C
Octal 257 10 331 23 140 0 17 440 135 54
Binary 10101111 1000 11011001 10011 1100000 0 1111 100100000 1011101 101100

Color Harmonies of #AF08D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF08D9

Black with #AF08D9

Text Example


Text Example

White with #AF08D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF08D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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