Shades of Dark Violet #AF12DD
Tints of Dark Violet #AF12DD
RGB
CMYK
RGB Variations
Color information
#AF12DD (or 0xAF12DD) is known color: Dark Violet. HEX triplet: AF, 12 and DD. RGB value is (175,18,221). Sum of RGB (Red+Green+Blue) = 175+18+221=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF12DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF12DD is #50ED22. Grayscale: #575757. Windows color (decimal): -5303587 or 14488239. OLE color: 14488239.
HSL color Cylindrical-coordinate representation of color #AF12DD: hue angle of 286.4º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF12DD is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 18 | 221 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.13 |
| HSL | 286.4º | 0.85% | 0.47% | - |
| HSV(B) | 286.4º | 0.92% | 0.87% | - |
| XYZ | 30.95 | 14.77 | 69.63 | - |
| YUV | 88.09 | 203.01 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 221 | 0.21 | 0.92 | 0 | 0.13 | 286.4 | 0.85 | 0.47 |
| Hex | AF | 12 | DD | 15 | 5C | 0 | D | 11E | 55 | 2F |
| Octal | 257 | 22 | 335 | 25 | 134 | 0 | 15 | 436 | 125 | 57 |
| Binary | 10101111 | 10010 | 11011101 | 10101 | 1011100 | 0 | 1101 | 100011110 | 1010101 | 101111 |
Color Harmonies of #AF12DD
Complementary color
Monochromatic Colors of #AF12DD
Black with #AF12DD
Text Example
Text Example
White with #AF12DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF12DD; }
p { color: rgb(175,18,221); }
H1.HeaderClassName
{
color: #AF12DD;
}
.AnyTagClassName
{
color: #AF12DD;
}
</style>
background-color css
<style>
a { background-color: #AF12DD; }
a { background-color: rgb(175,18,221); }
div.DivClassName
{
background-color: #AF12DD;
}
.BgClassName
{
background-color: #AF12DD;
}
</style>
border-color css
<style>
span { border-color: #AF12DD; }
span { border-color: rgb(175,18,221); }
td.TdClassName
{
border-color: #AF12DD;
}
.TagClassName
{
border-color: #AF12DD;
}
</style>