Shades of Dark Violet #AA0CE0
Tints of Dark Violet #AA0CE0
RGB
CMYK
RGB Variations
Color information
#AA0CE0 (or 0xAA0CE0) is known color: Dark Violet. HEX triplet: AA, 0C and E0. RGB value is (170,12,224). Sum of RGB (Red+Green+Blue) = 170+12+224=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 224 (87.89% from 255 or 55.17% from 406); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA0CE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CE0 is #55F31F. Grayscale: #525252. Windows color (decimal): -5632800 or 14683306. OLE color: 14683306.
HSL color Cylindrical-coordinate representation of color #AA0CE0: hue angle of 284.72º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0CE0 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 12 | 224 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.12 |
| HSL | 284.72º | 0.9% | 0.46% | - |
| HSV(B) | 284.72º | 0.95% | 0.88% | - |
| XYZ | 30.16 | 14.19 | 71.67 | - |
| YUV | 83.41 | 207.35 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 224 | 0.24 | 0.95 | 0 | 0.12 | 284.72 | 0.9 | 0.46 |
| Hex | AA | C | E0 | 18 | 5F | 0 | C | 11D | 5A | 2E |
| Octal | 252 | 14 | 340 | 30 | 137 | 0 | 14 | 435 | 132 | 56 |
| Binary | 10101010 | 1100 | 11100000 | 11000 | 1011111 | 0 | 1100 | 100011101 | 1011010 | 101110 |
Color Harmonies of #AA0CE0
Complementary color
Monochromatic Colors of #AA0CE0
Black with #AA0CE0
Text Example
Text Example
White with #AA0CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CE0; }
p { color: rgb(170,12,224); }
H1.HeaderClassName
{
color: #AA0CE0;
}
.AnyTagClassName
{
color: #AA0CE0;
}
</style>
background-color css
<style>
a { background-color: #AA0CE0; }
a { background-color: rgb(170,12,224); }
div.DivClassName
{
background-color: #AA0CE0;
}
.BgClassName
{
background-color: #AA0CE0;
}
</style>
border-color css
<style>
span { border-color: #AA0CE0; }
span { border-color: rgb(170,12,224); }
td.TdClassName
{
border-color: #AA0CE0;
}
.TagClassName
{
border-color: #AA0CE0;
}
</style>