Shades of Dark Violet #AF0BDA
Tints of Dark Violet #AF0BDA
RGB
CMYK
RGB Variations
Color information
#AF0BDA (or 0xAF0BDA) is known color: Dark Violet. HEX triplet: AF, 0B and DA. RGB value is (175,11,218). Sum of RGB (Red+Green+Blue) = 175+11+218=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF0BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BDA is #50F425. Grayscale: #525252. Windows color (decimal): -5305382 or 14289839. OLE color: 14289839.
HSL color Cylindrical-coordinate representation of color #AF0BDA: hue angle of 287.54º 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 #AF0BDA is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 11 | 218 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.15 |
| HSL | 287.54º | 0.9% | 0.45% | - |
| HSV(B) | 287.54º | 0.95% | 0.85% | - |
| XYZ | 30.45 | 14.42 | 67.51 | - |
| YUV | 83.63 | 203.83 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 218 | 0.20 | 0.95 | 0 | 0.15 | 287.54 | 0.9 | 0.45 |
| Hex | AF | B | DA | 14 | 5F | 0 | F | 120 | 5A | 2D |
| Octal | 257 | 13 | 332 | 24 | 137 | 0 | 17 | 440 | 132 | 55 |
| Binary | 10101111 | 1011 | 11011010 | 10100 | 1011111 | 0 | 1111 | 100100000 | 1011010 | 101101 |
Color Harmonies of #AF0BDA
Complementary color
Monochromatic Colors of #AF0BDA
Black with #AF0BDA
Text Example
Text Example
White with #AF0BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BDA; }
p { color: rgb(175,11,218); }
H1.HeaderClassName
{
color: #AF0BDA;
}
.AnyTagClassName
{
color: #AF0BDA;
}
</style>
background-color css
<style>
a { background-color: #AF0BDA; }
a { background-color: rgb(175,11,218); }
div.DivClassName
{
background-color: #AF0BDA;
}
.BgClassName
{
background-color: #AF0BDA;
}
</style>
border-color css
<style>
span { border-color: #AF0BDA; }
span { border-color: rgb(175,11,218); }
td.TdClassName
{
border-color: #AF0BDA;
}
.TagClassName
{
border-color: #AF0BDA;
}
</style>