Shades of Dark Violet #AF0BD4
Tints of Dark Violet #AF0BD4
RGB
CMYK
RGB Variations
Color information
#AF0BD4 (or 0xAF0BD4) is known color: Dark Violet. HEX triplet: AF, 0B and D4. RGB value is (175,11,212). Sum of RGB (Red+Green+Blue) = 175+11+212=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 212 (83.20% from 255 or 53.27% from 398); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF0BD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BD4 is #50F42B. Grayscale: #525252. Windows color (decimal): -5305388 or 13896623. OLE color: 13896623.
HSL color Cylindrical-coordinate representation of color #AF0BD4: hue angle of 288.96º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0BD4 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 11 | 212 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.17 |
| HSL | 288.96º | 0.9% | 0.44% | - |
| HSV(B) | 288.96º | 0.95% | 0.83% | - |
| XYZ | 29.68 | 14.11 | 63.45 | - |
| YUV | 82.95 | 200.83 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 212 | 0.17 | 0.95 | 0 | 0.17 | 288.96 | 0.9 | 0.44 |
| Hex | AF | B | D4 | 11 | 5F | 0 | 11 | 121 | 5A | 2C |
| Octal | 257 | 13 | 324 | 21 | 137 | 0 | 21 | 441 | 132 | 54 |
| Binary | 10101111 | 1011 | 11010100 | 10001 | 1011111 | 0 | 10001 | 100100001 | 1011010 | 101100 |
Color Harmonies of #AF0BD4
Complementary color
Monochromatic Colors of #AF0BD4
Black with #AF0BD4
Text Example
Text Example
White with #AF0BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BD4; }
p { color: rgb(175,11,212); }
H1.HeaderClassName
{
color: #AF0BD4;
}
.AnyTagClassName
{
color: #AF0BD4;
}
</style>
background-color css
<style>
a { background-color: #AF0BD4; }
a { background-color: rgb(175,11,212); }
div.DivClassName
{
background-color: #AF0BD4;
}
.BgClassName
{
background-color: #AF0BD4;
}
</style>
border-color css
<style>
span { border-color: #AF0BD4; }
span { border-color: rgb(175,11,212); }
td.TdClassName
{
border-color: #AF0BD4;
}
.TagClassName
{
border-color: #AF0BD4;
}
</style>