Shades of Dark Violet #AA12DD
Tints of Dark Violet #AA12DD
RGB
CMYK
RGB Variations
Color information
#AA12DD (or 0xAA12DD) is known color: Dark Violet. HEX triplet: AA, 12 and DD. RGB value is (170,18,221). Sum of RGB (Red+Green+Blue) = 170+18+221=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA12DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA12DD is #55ED22. Grayscale: #555555. Windows color (decimal): -5631267 or 14488234. OLE color: 14488234.
HSL color Cylindrical-coordinate representation of color #AA12DD: hue angle of 284.93º 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 #AA12DD is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 18 | 221 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.13 |
| HSL | 284.93º | 0.85% | 0.47% | - |
| HSV(B) | 284.93º | 0.92% | 0.87% | - |
| XYZ | 29.85 | 14.2 | 69.57 | - |
| YUV | 86.59 | 203.86 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 221 | 0.23 | 0.92 | 0 | 0.13 | 284.93 | 0.85 | 0.47 |
| Hex | AA | 12 | DD | 17 | 5C | 0 | D | 11D | 55 | 2F |
| Octal | 252 | 22 | 335 | 27 | 134 | 0 | 15 | 435 | 125 | 57 |
| Binary | 10101010 | 10010 | 11011101 | 10111 | 1011100 | 0 | 1101 | 100011101 | 1010101 | 101111 |
Color Harmonies of #AA12DD
Complementary color
Monochromatic Colors of #AA12DD
Black with #AA12DD
Text Example
Text Example
White with #AA12DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA12DD; }
p { color: rgb(170,18,221); }
H1.HeaderClassName
{
color: #AA12DD;
}
.AnyTagClassName
{
color: #AA12DD;
}
</style>
background-color css
<style>
a { background-color: #AA12DD; }
a { background-color: rgb(170,18,221); }
div.DivClassName
{
background-color: #AA12DD;
}
.BgClassName
{
background-color: #AA12DD;
}
</style>
border-color css
<style>
span { border-color: #AA12DD; }
span { border-color: rgb(170,18,221); }
td.TdClassName
{
border-color: #AA12DD;
}
.TagClassName
{
border-color: #AA12DD;
}
</style>