Shades of Dark Violet #AA0ACD
Tints of Dark Violet #AA0ACD
RGB
CMYK
RGB Variations
Color information
#AA0ACD (or 0xAA0ACD) is known color: Dark Violet. HEX triplet: AA, 0A and CD. RGB value is (170,10,205). Sum of RGB (Red+Green+Blue) = 170+10+205=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA0ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0ACD is #55F532. Grayscale: #4F4F4F. Windows color (decimal): -5633331 or 13437610. OLE color: 13437610.
HSL color Cylindrical-coordinate representation of color #AA0ACD: hue angle of 289.23º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0ACD is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 10 | 205 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.20 |
| HSL | 289.23º | 0.91% | 0.42% | - |
| HSV(B) | 289.23º | 0.95% | 0.8% | - |
| XYZ | 27.71 | 13.17 | 58.84 | - |
| YUV | 80.07 | 198.51 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 205 | 0.17 | 0.95 | 0 | 0.20 | 289.23 | 0.91 | 0.42 |
| Hex | AA | A | CD | 11 | 5F | 0 | 14 | 121 | 5B | 2A |
| Octal | 252 | 12 | 315 | 21 | 137 | 0 | 24 | 441 | 133 | 52 |
| Binary | 10101010 | 1010 | 11001101 | 10001 | 1011111 | 0 | 10100 | 100100001 | 1011011 | 101010 |
Color Harmonies of #AA0ACD
Complementary color
Monochromatic Colors of #AA0ACD
Black with #AA0ACD
Text Example
Text Example
White with #AA0ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0ACD; }
p { color: rgb(170,10,205); }
H1.HeaderClassName
{
color: #AA0ACD;
}
.AnyTagClassName
{
color: #AA0ACD;
}
</style>
background-color css
<style>
a { background-color: #AA0ACD; }
a { background-color: rgb(170,10,205); }
div.DivClassName
{
background-color: #AA0ACD;
}
.BgClassName
{
background-color: #AA0ACD;
}
</style>
border-color css
<style>
span { border-color: #AA0ACD; }
span { border-color: rgb(170,10,205); }
td.TdClassName
{
border-color: #AA0ACD;
}
.TagClassName
{
border-color: #AA0ACD;
}
</style>