Shades of Dark Violet #AF0BD9
Tints of Dark Violet #AF0BD9
RGB
CMYK
RGB Variations
Color information
#AF0BD9 (or 0xAF0BD9) is known color: Dark Violet. HEX triplet: AF, 0B and D9. RGB value is (175,11,217). Sum of RGB (Red+Green+Blue) = 175+11+217=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 217 (85.16% from 255 or 53.85% from 403); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF0BD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BD9 is #50F426. Grayscale: #525252. Windows color (decimal): -5305383 or 14224303. OLE color: 14224303.
HSL color Cylindrical-coordinate representation of color #AF0BD9: hue angle of 287.77º degrees, saturation: 0.9, 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 #AF0BD9 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 11 | 217 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.15 |
| HSL | 287.77º | 0.9% | 0.45% | - |
| HSV(B) | 287.77º | 0.95% | 0.85% | - |
| XYZ | 30.32 | 14.36 | 66.82 | - |
| YUV | 83.52 | 203.33 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 217 | 0.19 | 0.95 | 0 | 0.15 | 287.77 | 0.9 | 0.45 |
| Hex | AF | B | D9 | 13 | 5F | 0 | F | 120 | 5A | 2D |
| Octal | 257 | 13 | 331 | 23 | 137 | 0 | 17 | 440 | 132 | 55 |
| Binary | 10101111 | 1011 | 11011001 | 10011 | 1011111 | 0 | 1111 | 100100000 | 1011010 | 101101 |
Color Harmonies of #AF0BD9
Complementary color
Monochromatic Colors of #AF0BD9
Black with #AF0BD9
Text Example
Text Example
White with #AF0BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BD9; }
p { color: rgb(175,11,217); }
H1.HeaderClassName
{
color: #AF0BD9;
}
.AnyTagClassName
{
color: #AF0BD9;
}
</style>
background-color css
<style>
a { background-color: #AF0BD9; }
a { background-color: rgb(175,11,217); }
div.DivClassName
{
background-color: #AF0BD9;
}
.BgClassName
{
background-color: #AF0BD9;
}
</style>
border-color css
<style>
span { border-color: #AF0BD9; }
span { border-color: rgb(175,11,217); }
td.TdClassName
{
border-color: #AF0BD9;
}
.TagClassName
{
border-color: #AF0BD9;
}
</style>