Shades of Dark Violet #AA0CCD
Tints of Dark Violet #AA0CCD
RGB
CMYK
RGB Variations
Color information
#AA0CCD (or 0xAA0CCD) is known color: Dark Violet. HEX triplet: AA, 0C and CD. RGB value is (170,12,205). Sum of RGB (Red+Green+Blue) = 170+12+205=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA0CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CCD is #55F332. Grayscale: #505050. Windows color (decimal): -5632819 or 13438122. OLE color: 13438122.
HSL color Cylindrical-coordinate representation of color #AA0CCD: hue angle of 289.12º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0CCD is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 12 | 205 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.20 |
| HSL | 289.12º | 0.89% | 0.43% | - |
| HSV(B) | 289.12º | 0.94% | 0.8% | - |
| XYZ | 27.73 | 13.22 | 58.85 | - |
| YUV | 81.24 | 197.85 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 205 | 0.17 | 0.94 | 0 | 0.20 | 289.12 | 0.89 | 0.43 |
| Hex | AA | C | CD | 11 | 5E | 0 | 14 | 121 | 59 | 2B |
| Octal | 252 | 14 | 315 | 21 | 136 | 0 | 24 | 441 | 131 | 53 |
| Binary | 10101010 | 1100 | 11001101 | 10001 | 1011110 | 0 | 10100 | 100100001 | 1011001 | 101011 |
Color Harmonies of #AA0CCD
Complementary color
Monochromatic Colors of #AA0CCD
Black with #AA0CCD
Text Example
Text Example
White with #AA0CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CCD; }
p { color: rgb(170,12,205); }
H1.HeaderClassName
{
color: #AA0CCD;
}
.AnyTagClassName
{
color: #AA0CCD;
}
</style>
background-color css
<style>
a { background-color: #AA0CCD; }
a { background-color: rgb(170,12,205); }
div.DivClassName
{
background-color: #AA0CCD;
}
.BgClassName
{
background-color: #AA0CCD;
}
</style>
border-color css
<style>
span { border-color: #AA0CCD; }
span { border-color: rgb(170,12,205); }
td.TdClassName
{
border-color: #AA0CCD;
}
.TagClassName
{
border-color: #AA0CCD;
}
</style>