Html Css Color HEX #AF0ED9 Dark Violet

📋 copy color: '#AF0ED9'

red 175 ◦ green 14 ◦ blue 217

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

Shades of Dark Violet #AF0ED9

Tints of Dark Violet #AF0ED9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.45%

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

R = 43.1%
G = 3.45%
B = 53.45%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF0ED9 (or 0xAF0ED9) is known color: Dark Violet. HEX triplet: AF, 0E and D9. RGB value is (175,14,217). Sum of RGB (Red+Green+Blue) = 175+14+217=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 14 (5.86% from 255 or 3.45% from 406); Blue value is 217 (85.16% from 255 or 53.45% from 406); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF0ED9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0ED9 is #50F126. Grayscale: #545454. Windows color (decimal): -5304615 or 14225071. OLE color: 14225071.

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

Color convert

RGB 175 14 217 -
CMYK 0.19 0.94 0 0.15
HSL 287.59º 0.88% 0.45% -
HSV(B) 287.59º 0.94% 0.85% -
XYZ 30.36 14.44 66.83 -
YUV 85.28 202.34 191.99 -
System Red Green Blue C M Y K H S L
Decimal 175 14 217 0.19 0.94 0 0.15 287.59 0.88 0.45
Hex AF E D9 13 5E 0 F 120 58 2D
Octal 257 16 331 23 136 0 17 440 130 55
Binary 10101111 1110 11011001 10011 1011110 0 1111 100100000 1011000 101101

Color Harmonies of #AF0ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0ED9

Black with #AF0ED9

Text Example


Text Example

White with #AF0ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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