Html Css Color HEX #AF16C9 Dark Violet

📋 copy color: '#AF16C9'

red 175 ◦ green 22 ◦ blue 201

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

Shades of Dark Violet #AF16C9

Tints of Dark Violet #AF16C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.5%

R = 43.97%
G = 5.53%
B = 50.5%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF16C9 (or 0xAF16C9) is known color: Dark Violet. HEX triplet: AF, 16 and C9. RGB value is (175,22,201). Sum of RGB (Red+Green+Blue) = 175+22+201=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF16C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16C9 is #50E936. Grayscale: #575757. Windows color (decimal): -5302583 or 13178543. OLE color: 13178543.

HSL color Cylindrical-coordinate representation of color #AF16C9: hue angle of 291.28º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF16C9 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 22 201 -
CMYK 0.13 0.89 0 0.21
HSL 291.28º 0.8% 0.44% -
HSV(B) 291.28º 0.89% 0.79% -
XYZ 28.51 13.9 56.44 -
YUV 88.15 191.69 189.95 -
System Red Green Blue C M Y K H S L
Decimal 175 22 201 0.13 0.89 0 0.21 291.28 0.8 0.44
Hex AF 16 C9 D 59 0 15 123 50 2C
Octal 257 26 311 15 131 0 25 443 120 54
Binary 10101111 10110 11001001 1101 1011001 0 10101 100100011 1010000 101100

Color Harmonies of #AF16C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF16C9

Black with #AF16C9

Text Example


Text Example

White with #AF16C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF16C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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