Html Css Color HEX #AF0FD9 Dark Violet

📋 copy color: '#AF0FD9'

red 175 ◦ green 15 ◦ blue 217

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

Shades of Dark Violet #AF0FD9

Tints of Dark Violet #AF0FD9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.69%

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

R = 43%
G = 3.69%
B = 53.32%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF0FD9 (or 0xAF0FD9) is known color: Dark Violet. HEX triplet: AF, 0F and D9. RGB value is (175,15,217). Sum of RGB (Red+Green+Blue) = 175+15+217=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 15 (6.25% from 255 or 3.69% from 407); Blue value is 217 (85.16% from 255 or 53.32% from 407); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF0FD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FD9 is #50F026. Grayscale: #555555. Windows color (decimal): -5304359 or 14225327. OLE color: 14225327.

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

Color convert

RGB 175 15 217 -
CMYK 0.19 0.93 0 0.15
HSL 287.52º 0.87% 0.45% -
HSV(B) 287.52º 0.93% 0.85% -
XYZ 30.37 14.47 66.84 -
YUV 85.87 202.01 191.57 -
System Red Green Blue C M Y K H S L
Decimal 175 15 217 0.19 0.93 0 0.15 287.52 0.87 0.45
Hex AF F D9 13 5D 0 F 120 57 2D
Octal 257 17 331 23 135 0 17 440 127 55
Binary 10101111 1111 11011001 10011 1011101 0 1111 100100000 1010111 101101

Color Harmonies of #AF0FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0FD9

Black with #AF0FD9

Text Example


Text Example

White with #AF0FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0FD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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