Shades of Dark Violet #AA0BCD
Tints of Dark Violet #AA0BCD
RGB
CMYK
RGB Variations
Color information
#AA0BCD (or 0xAA0BCD) is known color: Dark Violet. HEX triplet: AA, 0B and CD. RGB value is (170,11,205). Sum of RGB (Red+Green+Blue) = 170+11+205=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA0BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0BCD is #55F432. Grayscale: #505050. Windows color (decimal): -5633075 or 13437866. OLE color: 13437866.
HSL color Cylindrical-coordinate representation of color #AA0BCD: hue angle of 289.18º degrees, saturation: 0.9, 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 #AA0BCD is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 11 | 205 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.20 |
| HSL | 289.18º | 0.9% | 0.42% | - |
| HSV(B) | 289.18º | 0.95% | 0.8% | - |
| XYZ | 27.72 | 13.19 | 58.84 | - |
| YUV | 80.66 | 198.18 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 205 | 0.17 | 0.95 | 0 | 0.20 | 289.18 | 0.9 | 0.42 |
| Hex | AA | B | CD | 11 | 5F | 0 | 14 | 121 | 5A | 2A |
| Octal | 252 | 13 | 315 | 21 | 137 | 0 | 24 | 441 | 132 | 52 |
| Binary | 10101010 | 1011 | 11001101 | 10001 | 1011111 | 0 | 10100 | 100100001 | 1011010 | 101010 |
Color Harmonies of #AA0BCD
Complementary color
Monochromatic Colors of #AA0BCD
Black with #AA0BCD
Text Example
Text Example
White with #AA0BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0BCD; }
p { color: rgb(170,11,205); }
H1.HeaderClassName
{
color: #AA0BCD;
}
.AnyTagClassName
{
color: #AA0BCD;
}
</style>
background-color css
<style>
a { background-color: #AA0BCD; }
a { background-color: rgb(170,11,205); }
div.DivClassName
{
background-color: #AA0BCD;
}
.BgClassName
{
background-color: #AA0BCD;
}
</style>
border-color css
<style>
span { border-color: #AA0BCD; }
span { border-color: rgb(170,11,205); }
td.TdClassName
{
border-color: #AA0BCD;
}
.TagClassName
{
border-color: #AA0BCD;
}
</style>