Shades of Dark Violet #AA0BDC
Tints of Dark Violet #AA0BDC
RGB
CMYK
RGB Variations
Color information
#AA0BDC (or 0xAA0BDC) is known color: Dark Violet. HEX triplet: AA, 0B and DC. RGB value is (170,11,220). Sum of RGB (Red+Green+Blue) = 170+11+220=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA0BDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0BDC is #55F423. Grayscale: #515151. Windows color (decimal): -5633060 or 14420906. OLE color: 14420906.
HSL color Cylindrical-coordinate representation of color #AA0BDC: hue angle of 285.65º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0BDC is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 11 | 220 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.14 |
| HSL | 285.65º | 0.9% | 0.45% | - |
| HSV(B) | 285.65º | 0.95% | 0.86% | - |
| XYZ | 29.62 | 13.95 | 68.84 | - |
| YUV | 82.37 | 205.68 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 220 | 0.23 | 0.95 | 0 | 0.14 | 285.65 | 0.9 | 0.45 |
| Hex | AA | B | DC | 17 | 5F | 0 | E | 11E | 5A | 2D |
| Octal | 252 | 13 | 334 | 27 | 137 | 0 | 16 | 436 | 132 | 55 |
| Binary | 10101010 | 1011 | 11011100 | 10111 | 1011111 | 0 | 1110 | 100011110 | 1011010 | 101101 |
Color Harmonies of #AA0BDC
Complementary color
Monochromatic Colors of #AA0BDC
Black with #AA0BDC
Text Example
Text Example
White with #AA0BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0BDC; }
p { color: rgb(170,11,220); }
H1.HeaderClassName
{
color: #AA0BDC;
}
.AnyTagClassName
{
color: #AA0BDC;
}
</style>
background-color css
<style>
a { background-color: #AA0BDC; }
a { background-color: rgb(170,11,220); }
div.DivClassName
{
background-color: #AA0BDC;
}
.BgClassName
{
background-color: #AA0BDC;
}
</style>
border-color css
<style>
span { border-color: #AA0BDC; }
span { border-color: rgb(170,11,220); }
td.TdClassName
{
border-color: #AA0BDC;
}
.TagClassName
{
border-color: #AA0BDC;
}
</style>