Shades of Dark Violet #AA12DF
Tints of Dark Violet #AA12DF
RGB
CMYK
RGB Variations
Color information
#AA12DF (or 0xAA12DF) is known color: Dark Violet. HEX triplet: AA, 12 and DF. RGB value is (170,18,223). Sum of RGB (Red+Green+Blue) = 170+18+223=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA12DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA12DF is #55ED20. Grayscale: #565656. Windows color (decimal): -5631265 or 14619306. OLE color: 14619306.
HSL color Cylindrical-coordinate representation of color #AA12DF: hue angle of 284.49º 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 #AA12DF is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 18 | 223 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.13 |
| HSL | 284.49º | 0.85% | 0.47% | - |
| HSV(B) | 284.49º | 0.92% | 0.87% | - |
| XYZ | 30.11 | 14.31 | 70.99 | - |
| YUV | 86.82 | 204.86 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 223 | 0.24 | 0.92 | 0 | 0.13 | 284.49 | 0.85 | 0.47 |
| Hex | AA | 12 | DF | 18 | 5C | 0 | D | 11C | 55 | 2F |
| Octal | 252 | 22 | 337 | 30 | 134 | 0 | 15 | 434 | 125 | 57 |
| Binary | 10101010 | 10010 | 11011111 | 11000 | 1011100 | 0 | 1101 | 100011100 | 1010101 | 101111 |
Color Harmonies of #AA12DF
Complementary color
Monochromatic Colors of #AA12DF
Black with #AA12DF
Text Example
Text Example
White with #AA12DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA12DF; }
p { color: rgb(170,18,223); }
H1.HeaderClassName
{
color: #AA12DF;
}
.AnyTagClassName
{
color: #AA12DF;
}
</style>
background-color css
<style>
a { background-color: #AA12DF; }
a { background-color: rgb(170,18,223); }
div.DivClassName
{
background-color: #AA12DF;
}
.BgClassName
{
background-color: #AA12DF;
}
</style>
border-color css
<style>
span { border-color: #AA12DF; }
span { border-color: rgb(170,18,223); }
td.TdClassName
{
border-color: #AA12DF;
}
.TagClassName
{
border-color: #AA12DF;
}
</style>