Shades of Dark Violet #AA12DB
Tints of Dark Violet #AA12DB
RGB
CMYK
RGB Variations
Color information
#AA12DB (or 0xAA12DB) is known color: Dark Violet. HEX triplet: AA, 12 and DB. RGB value is (170,18,219). Sum of RGB (Red+Green+Blue) = 170+18+219=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA12DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA12DB is #55ED24. Grayscale: #555555. Windows color (decimal): -5631269 or 14357162. OLE color: 14357162.
HSL color Cylindrical-coordinate representation of color #AA12DB: hue angle of 285.37º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA12DB is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 18 | 219 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.14 |
| HSL | 285.37º | 0.85% | 0.46% | - |
| HSV(B) | 285.37º | 0.92% | 0.86% | - |
| XYZ | 29.58 | 14.09 | 68.18 | - |
| YUV | 86.36 | 202.86 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 219 | 0.22 | 0.92 | 0 | 0.14 | 285.37 | 0.85 | 0.46 |
| Hex | AA | 12 | DB | 16 | 5C | 0 | E | 11D | 55 | 2E |
| Octal | 252 | 22 | 333 | 26 | 134 | 0 | 16 | 435 | 125 | 56 |
| Binary | 10101010 | 10010 | 11011011 | 10110 | 1011100 | 0 | 1110 | 100011101 | 1010101 | 101110 |
Color Harmonies of #AA12DB
Complementary color
Monochromatic Colors of #AA12DB
Black with #AA12DB
Text Example
Text Example
White with #AA12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA12DB; }
p { color: rgb(170,18,219); }
H1.HeaderClassName
{
color: #AA12DB;
}
.AnyTagClassName
{
color: #AA12DB;
}
</style>
background-color css
<style>
a { background-color: #AA12DB; }
a { background-color: rgb(170,18,219); }
div.DivClassName
{
background-color: #AA12DB;
}
.BgClassName
{
background-color: #AA12DB;
}
</style>
border-color css
<style>
span { border-color: #AA12DB; }
span { border-color: rgb(170,18,219); }
td.TdClassName
{
border-color: #AA12DB;
}
.TagClassName
{
border-color: #AA12DB;
}
</style>