Shades of Dark Violet #AA14CE
Tints of Dark Violet #AA14CE
RGB
CMYK
RGB Variations
Color information
#AA14CE (or 0xAA14CE) is known color: Dark Violet. HEX triplet: AA, 14 and CE. RGB value is (170,20,206). Sum of RGB (Red+Green+Blue) = 170+20+206=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA14CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA14CE is #55EB31. Grayscale: #555555. Windows color (decimal): -5630770 or 13505706. OLE color: 13505706.
HSL color Cylindrical-coordinate representation of color #AA14CE: hue angle of 288.39º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA14CE is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 20 | 206 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.19 |
| HSL | 288.39º | 0.82% | 0.44% | - |
| HSV(B) | 288.39º | 0.9% | 0.81% | - |
| XYZ | 27.97 | 13.5 | 59.52 | - |
| YUV | 86.05 | 195.7 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 206 | 0.17 | 0.90 | 0 | 0.19 | 288.39 | 0.82 | 0.44 |
| Hex | AA | 14 | CE | 11 | 5A | 0 | 13 | 120 | 52 | 2C |
| Octal | 252 | 24 | 316 | 21 | 132 | 0 | 23 | 440 | 122 | 54 |
| Binary | 10101010 | 10100 | 11001110 | 10001 | 1011010 | 0 | 10011 | 100100000 | 1010010 | 101100 |
Color Harmonies of #AA14CE
Complementary color
Monochromatic Colors of #AA14CE
Black with #AA14CE
Text Example
Text Example
White with #AA14CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA14CE; }
p { color: rgb(170,20,206); }
H1.HeaderClassName
{
color: #AA14CE;
}
.AnyTagClassName
{
color: #AA14CE;
}
</style>
background-color css
<style>
a { background-color: #AA14CE; }
a { background-color: rgb(170,20,206); }
div.DivClassName
{
background-color: #AA14CE;
}
.BgClassName
{
background-color: #AA14CE;
}
</style>
border-color css
<style>
span { border-color: #AA14CE; }
span { border-color: rgb(170,20,206); }
td.TdClassName
{
border-color: #AA14CE;
}
.TagClassName
{
border-color: #AA14CE;
}
</style>