Shades of Dark Violet #AA0CC8
Tints of Dark Violet #AA0CC8
RGB
CMYK
RGB Variations
Color information
#AA0CC8 (or 0xAA0CC8) is known color: Dark Violet. HEX triplet: AA, 0C and C8. RGB value is (170,12,200). Sum of RGB (Red+Green+Blue) = 170+12+200=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 200 (78.52% from 255 or 52.36% from 382); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA0CC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CC8 is #55F337. Grayscale: #505050. Windows color (decimal): -5632824 or 13110442. OLE color: 13110442.
HSL color Cylindrical-coordinate representation of color #AA0CC8: hue angle of 290.43º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0CC8 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 12 | 200 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.22 |
| HSL | 290.43º | 0.89% | 0.42% | - |
| HSV(B) | 290.43º | 0.94% | 0.78% | - |
| XYZ | 27.13 | 12.98 | 55.72 | - |
| YUV | 80.67 | 195.35 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 200 | 0.15 | 0.94 | 0 | 0.22 | 290.43 | 0.89 | 0.42 |
| Hex | AA | C | C8 | F | 5E | 0 | 16 | 122 | 59 | 2A |
| Octal | 252 | 14 | 310 | 17 | 136 | 0 | 26 | 442 | 131 | 52 |
| Binary | 10101010 | 1100 | 11001000 | 1111 | 1011110 | 0 | 10110 | 100100010 | 1011001 | 101010 |
Color Harmonies of #AA0CC8
Complementary color
Monochromatic Colors of #AA0CC8
Black with #AA0CC8
Text Example
Text Example
White with #AA0CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CC8; }
p { color: rgb(170,12,200); }
H1.HeaderClassName
{
color: #AA0CC8;
}
.AnyTagClassName
{
color: #AA0CC8;
}
</style>
background-color css
<style>
a { background-color: #AA0CC8; }
a { background-color: rgb(170,12,200); }
div.DivClassName
{
background-color: #AA0CC8;
}
.BgClassName
{
background-color: #AA0CC8;
}
</style>
border-color css
<style>
span { border-color: #AA0CC8; }
span { border-color: rgb(170,12,200); }
td.TdClassName
{
border-color: #AA0CC8;
}
.TagClassName
{
border-color: #AA0CC8;
}
</style>