Html Css Color HEX #AF16D9 Dark Violet

📋 copy color: '#AF16D9'

red 175 ◦ green 22 ◦ blue 217

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

Shades of Dark Violet #AF16D9

Tints of Dark Violet #AF16D9

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.31%

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

R = 42.27%
G = 5.31%
B = 52.42%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF16D9 (or 0xAF16D9) is known color: Dark Violet. HEX triplet: AF, 16 and D9. RGB value is (175,22,217). Sum of RGB (Red+Green+Blue) = 175+22+217=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 217 (85.16% from 255 or 52.42% from 414); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF16D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16D9 is #50E926. Grayscale: #595959. Windows color (decimal): -5302567 or 14227119. OLE color: 14227119.

HSL color Cylindrical-coordinate representation of color #AF16D9: hue angle of 287.08º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF16D9 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 22 217 -
CMYK 0.19 0.90 0 0.15
HSL 287.08º 0.82% 0.47% -
HSV(B) 287.08º 0.9% 0.85% -
XYZ 30.49 14.7 66.88 -
YUV 89.98 199.69 188.64 -
System Red Green Blue C M Y K H S L
Decimal 175 22 217 0.19 0.90 0 0.15 287.08 0.82 0.47
Hex AF 16 D9 13 5A 0 F 11F 52 2F
Octal 257 26 331 23 132 0 17 437 122 57
Binary 10101111 10110 11011001 10011 1011010 0 1111 100011111 1010010 101111

Color Harmonies of #AF16D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF16D9

Black with #AF16D9

Text Example


Text Example

White with #AF16D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF16D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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