Shades of Dark Violet #AA13CE
Tints of Dark Violet #AA13CE
RGB
CMYK
RGB Variations
Color information
#AA13CE (or 0xAA13CE) is known color: Dark Violet. HEX triplet: AA, 13 and CE. RGB value is (170,19,206). Sum of RGB (Red+Green+Blue) = 170+19+206=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA13CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA13CE is #55EC31. Grayscale: #545454. Windows color (decimal): -5631026 or 13505450. OLE color: 13505450.
HSL color Cylindrical-coordinate representation of color #AA13CE: hue angle of 288.45º degrees, saturation: 0.83, 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 #AA13CE is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 19 | 206 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.19 |
| HSL | 288.45º | 0.83% | 0.44% | - |
| HSV(B) | 288.45º | 0.91% | 0.81% | - |
| XYZ | 27.95 | 13.47 | 59.52 | - |
| YUV | 85.47 | 196.03 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 206 | 0.17 | 0.91 | 0 | 0.19 | 288.45 | 0.83 | 0.44 |
| Hex | AA | 13 | CE | 11 | 5B | 0 | 13 | 120 | 53 | 2C |
| Octal | 252 | 23 | 316 | 21 | 133 | 0 | 23 | 440 | 123 | 54 |
| Binary | 10101010 | 10011 | 11001110 | 10001 | 1011011 | 0 | 10011 | 100100000 | 1010011 | 101100 |
Color Harmonies of #AA13CE
Complementary color
Monochromatic Colors of #AA13CE
Black with #AA13CE
Text Example
Text Example
White with #AA13CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA13CE; }
p { color: rgb(170,19,206); }
H1.HeaderClassName
{
color: #AA13CE;
}
.AnyTagClassName
{
color: #AA13CE;
}
</style>
background-color css
<style>
a { background-color: #AA13CE; }
a { background-color: rgb(170,19,206); }
div.DivClassName
{
background-color: #AA13CE;
}
.BgClassName
{
background-color: #AA13CE;
}
</style>
border-color css
<style>
span { border-color: #AA13CE; }
span { border-color: rgb(170,19,206); }
td.TdClassName
{
border-color: #AA13CE;
}
.TagClassName
{
border-color: #AA13CE;
}
</style>