Shades of Dark Violet #AA0ADD
Tints of Dark Violet #AA0ADD
RGB
CMYK
RGB Variations
Color information
#AA0ADD (or 0xAA0ADD) is known color: Dark Violet. HEX triplet: AA, 0A and DD. RGB value is (170,10,221). Sum of RGB (Red+Green+Blue) = 170+10+221=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA0ADD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0ADD is #55F522. Grayscale: #515151. Windows color (decimal): -5633315 or 14486186. OLE color: 14486186.
HSL color Cylindrical-coordinate representation of color #AA0ADD: hue angle of 285.5º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0ADD is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 10 | 221 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.13 |
| HSL | 285.5º | 0.91% | 0.45% | - |
| HSV(B) | 285.5º | 0.95% | 0.87% | - |
| XYZ | 29.74 | 13.98 | 69.54 | - |
| YUV | 81.89 | 206.51 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 221 | 0.23 | 0.95 | 0 | 0.13 | 285.5 | 0.91 | 0.45 |
| Hex | AA | A | DD | 17 | 5F | 0 | D | 11D | 5B | 2D |
| Octal | 252 | 12 | 335 | 27 | 137 | 0 | 15 | 435 | 133 | 55 |
| Binary | 10101010 | 1010 | 11011101 | 10111 | 1011111 | 0 | 1101 | 100011101 | 1011011 | 101101 |
Color Harmonies of #AA0ADD
Complementary color
Monochromatic Colors of #AA0ADD
Black with #AA0ADD
Text Example
Text Example
White with #AA0ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0ADD; }
p { color: rgb(170,10,221); }
H1.HeaderClassName
{
color: #AA0ADD;
}
.AnyTagClassName
{
color: #AA0ADD;
}
</style>
background-color css
<style>
a { background-color: #AA0ADD; }
a { background-color: rgb(170,10,221); }
div.DivClassName
{
background-color: #AA0ADD;
}
.BgClassName
{
background-color: #AA0ADD;
}
</style>
border-color css
<style>
span { border-color: #AA0ADD; }
span { border-color: rgb(170,10,221); }
td.TdClassName
{
border-color: #AA0ADD;
}
.TagClassName
{
border-color: #AA0ADD;
}
</style>