Html Css Color HEX #AF0AD9 Dark Violet

📋 copy color: '#AF0AD9'

red 175 ◦ green 10 ◦ blue 217

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

Shades of Dark Violet #AF0AD9

Tints of Dark Violet #AF0AD9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.49%

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

R = 43.53%
G = 2.49%
B = 53.98%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF0AD9 (or 0xAF0AD9) is known color: Dark Violet. HEX triplet: AF, 0A and D9. RGB value is (175,10,217). Sum of RGB (Red+Green+Blue) = 175+10+217=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 10 (4.30% from 255 or 2.49% from 402); Blue value is 217 (85.16% from 255 or 53.98% from 402); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF0AD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0AD9 is #50F526. Grayscale: #525252. Windows color (decimal): -5305639 or 14224047. OLE color: 14224047.

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

Color convert

RGB 175 10 217 -
CMYK 0.19 0.95 0 0.15
HSL 287.83º 0.91% 0.45% -
HSV(B) 287.83º 0.95% 0.85% -
XYZ 30.31 14.34 66.82 -
YUV 82.93 203.66 193.67 -
System Red Green Blue C M Y K H S L
Decimal 175 10 217 0.19 0.95 0 0.15 287.83 0.91 0.45
Hex AF A D9 13 5F 0 F 120 5B 2D
Octal 257 12 331 23 137 0 17 440 133 55
Binary 10101111 1010 11011001 10011 1011111 0 1111 100100000 1011011 101101

Color Harmonies of #AF0AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0AD9

Black with #AF0AD9

Text Example


Text Example

White with #AF0AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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