Shades of Dark Violet #AA0CC7
Tints of Dark Violet #AA0CC7
RGB
CMYK
RGB Variations
Color information
#AA0CC7 (or 0xAA0CC7) is known color: Dark Violet. HEX triplet: AA, 0C and C7. RGB value is (170,12,199). Sum of RGB (Red+Green+Blue) = 170+12+199=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 199 (78.12% from 255 or 52.23% from 381); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA0CC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CC7 is #55F338. Grayscale: #4F4F4F. Windows color (decimal): -5632825 or 13044906. OLE color: 13044906.
HSL color Cylindrical-coordinate representation of color #AA0CC7: hue angle of 290.7º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0CC7 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 12 | 199 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.22 |
| HSL | 290.7º | 0.89% | 0.41% | - |
| HSV(B) | 290.7º | 0.94% | 0.78% | - |
| XYZ | 27.02 | 12.93 | 55.11 | - |
| YUV | 80.56 | 194.85 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 199 | 0.15 | 0.94 | 0 | 0.22 | 290.7 | 0.89 | 0.41 |
| Hex | AA | C | C7 | F | 5E | 0 | 16 | 123 | 59 | 29 |
| Octal | 252 | 14 | 307 | 17 | 136 | 0 | 26 | 443 | 131 | 51 |
| Binary | 10101010 | 1100 | 11000111 | 1111 | 1011110 | 0 | 10110 | 100100011 | 1011001 | 101001 |
Color Harmonies of #AA0CC7
Complementary color
Monochromatic Colors of #AA0CC7
Black with #AA0CC7
Text Example
Text Example
White with #AA0CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CC7; }
p { color: rgb(170,12,199); }
H1.HeaderClassName
{
color: #AA0CC7;
}
.AnyTagClassName
{
color: #AA0CC7;
}
</style>
background-color css
<style>
a { background-color: #AA0CC7; }
a { background-color: rgb(170,12,199); }
div.DivClassName
{
background-color: #AA0CC7;
}
.BgClassName
{
background-color: #AA0CC7;
}
</style>
border-color css
<style>
span { border-color: #AA0CC7; }
span { border-color: rgb(170,12,199); }
td.TdClassName
{
border-color: #AA0CC7;
}
.TagClassName
{
border-color: #AA0CC7;
}
</style>