Shades of Dark Violet #AF0DDA
Tints of Dark Violet #AF0DDA
RGB
CMYK
RGB Variations
Color information
#AF0DDA (or 0xAF0DDA) is known color: Dark Violet. HEX triplet: AF, 0D and DA. RGB value is (175,13,218). Sum of RGB (Red+Green+Blue) = 175+13+218=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF0DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0DDA is #50F225. Grayscale: #545454. Windows color (decimal): -5304870 or 14290351. OLE color: 14290351.
HSL color Cylindrical-coordinate representation of color #AF0DDA: hue angle of 287.41º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0DDA is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 13 | 218 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.15 |
| HSL | 287.41º | 0.89% | 0.45% | - |
| HSV(B) | 287.41º | 0.94% | 0.85% | - |
| XYZ | 30.48 | 14.46 | 67.52 | - |
| YUV | 84.81 | 203.17 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 218 | 0.20 | 0.94 | 0 | 0.15 | 287.41 | 0.89 | 0.45 |
| Hex | AF | D | DA | 14 | 5E | 0 | F | 11F | 59 | 2D |
| Octal | 257 | 15 | 332 | 24 | 136 | 0 | 17 | 437 | 131 | 55 |
| Binary | 10101111 | 1101 | 11011010 | 10100 | 1011110 | 0 | 1111 | 100011111 | 1011001 | 101101 |
Color Harmonies of #AF0DDA
Complementary color
Monochromatic Colors of #AF0DDA
Black with #AF0DDA
Text Example
Text Example
White with #AF0DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0DDA; }
p { color: rgb(175,13,218); }
H1.HeaderClassName
{
color: #AF0DDA;
}
.AnyTagClassName
{
color: #AF0DDA;
}
</style>
background-color css
<style>
a { background-color: #AF0DDA; }
a { background-color: rgb(175,13,218); }
div.DivClassName
{
background-color: #AF0DDA;
}
.BgClassName
{
background-color: #AF0DDA;
}
</style>
border-color css
<style>
span { border-color: #AF0DDA; }
span { border-color: rgb(175,13,218); }
td.TdClassName
{
border-color: #AF0DDA;
}
.TagClassName
{
border-color: #AF0DDA;
}
</style>