Shades of Dark Violet #AA12CF
Tints of Dark Violet #AA12CF
RGB
CMYK
RGB Variations
Color information
#AA12CF (or 0xAA12CF) is known color: Dark Violet. HEX triplet: AA, 12 and CF. RGB value is (170,18,207). Sum of RGB (Red+Green+Blue) = 170+18+207=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA12CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA12CF is #55ED30. Grayscale: #545454. Windows color (decimal): -5631281 or 13570730. OLE color: 13570730.
HSL color Cylindrical-coordinate representation of color #AA12CF: hue angle of 288.25º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA12CF is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 18 | 207 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.19 |
| HSL | 288.25º | 0.84% | 0.44% | - |
| HSV(B) | 288.25º | 0.91% | 0.81% | - |
| XYZ | 28.06 | 13.48 | 60.16 | - |
| YUV | 84.99 | 196.86 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 207 | 0.18 | 0.91 | 0 | 0.19 | 288.25 | 0.84 | 0.44 |
| Hex | AA | 12 | CF | 12 | 5B | 0 | 13 | 120 | 54 | 2C |
| Octal | 252 | 22 | 317 | 22 | 133 | 0 | 23 | 440 | 124 | 54 |
| Binary | 10101010 | 10010 | 11001111 | 10010 | 1011011 | 0 | 10011 | 100100000 | 1010100 | 101100 |
Color Harmonies of #AA12CF
Complementary color
Monochromatic Colors of #AA12CF
Black with #AA12CF
Text Example
Text Example
White with #AA12CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA12CF; }
p { color: rgb(170,18,207); }
H1.HeaderClassName
{
color: #AA12CF;
}
.AnyTagClassName
{
color: #AA12CF;
}
</style>
background-color css
<style>
a { background-color: #AA12CF; }
a { background-color: rgb(170,18,207); }
div.DivClassName
{
background-color: #AA12CF;
}
.BgClassName
{
background-color: #AA12CF;
}
</style>
border-color css
<style>
span { border-color: #AA12CF; }
span { border-color: rgb(170,18,207); }
td.TdClassName
{
border-color: #AA12CF;
}
.TagClassName
{
border-color: #AA12CF;
}
</style>