Shades of Dark Violet #AA12D0
Tints of Dark Violet #AA12D0
RGB
CMYK
RGB Variations
Color information
#AA12D0 (or 0xAA12D0) is known color: Dark Violet. HEX triplet: AA, 12 and D0. RGB value is (170,18,208). Sum of RGB (Red+Green+Blue) = 170+18+208=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 208 (81.64% from 255 or 52.53% from 396); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA12D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA12D0 is #55ED2F. Grayscale: #545454. Windows color (decimal): -5631280 or 13636266. OLE color: 13636266.
HSL color Cylindrical-coordinate representation of color #AA12D0: hue angle of 288º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA12D0 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 18 | 208 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.18 |
| HSL | 288º | 0.84% | 0.44% | - |
| HSV(B) | 288º | 0.91% | 0.82% | - |
| XYZ | 28.18 | 13.53 | 60.8 | - |
| YUV | 85.11 | 197.36 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 208 | 0.18 | 0.91 | 0 | 0.18 | 288 | 0.84 | 0.44 |
| Hex | AA | 12 | D0 | 12 | 5B | 0 | 12 | 120 | 54 | 2C |
| Octal | 252 | 22 | 320 | 22 | 133 | 0 | 22 | 440 | 124 | 54 |
| Binary | 10101010 | 10010 | 11010000 | 10010 | 1011011 | 0 | 10010 | 100100000 | 1010100 | 101100 |
Color Harmonies of #AA12D0
Complementary color
Monochromatic Colors of #AA12D0
Black with #AA12D0
Text Example
Text Example
White with #AA12D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA12D0; }
p { color: rgb(170,18,208); }
H1.HeaderClassName
{
color: #AA12D0;
}
.AnyTagClassName
{
color: #AA12D0;
}
</style>
background-color css
<style>
a { background-color: #AA12D0; }
a { background-color: rgb(170,18,208); }
div.DivClassName
{
background-color: #AA12D0;
}
.BgClassName
{
background-color: #AA12D0;
}
</style>
border-color css
<style>
span { border-color: #AA12D0; }
span { border-color: rgb(170,18,208); }
td.TdClassName
{
border-color: #AA12D0;
}
.TagClassName
{
border-color: #AA12D0;
}
</style>