Shades of Dark Violet #AA01DD
Tints of Dark Violet #AA01DD
RGB
CMYK
RGB Variations
Color information
#AA01DD (or 0xAA01DD) is known color: Dark Violet. HEX triplet: AA, 01 and DD. RGB value is (170,1,221). Sum of RGB (Red+Green+Blue) = 170+1+221=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA01DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA01DD is #55FE22. Grayscale: #4B4B4B. Windows color (decimal): -5635619 or 14483882. OLE color: 14483882.
HSL color Cylindrical-coordinate representation of color #AA01DD: hue angle of 286.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA01DD is Cyan = 0.23, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 1 | 221 | - |
| CMYK | 0.23 | 1.00 | 0 | 0.13 |
| HSL | 286.09º | 0.99% | 0.44% | - |
| HSV(B) | 286.09º | 1% | 0.87% | - |
| XYZ | 29.64 | 13.79 | 69.51 | - |
| YUV | 76.61 | 209.49 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 221 | 0.23 | 1.00 | 0 | 0.13 | 286.09 | 0.99 | 0.44 |
| Hex | AA | 1 | DD | 17 | 64 | 0 | D | 11E | 63 | 2C |
| Octal | 252 | 1 | 335 | 27 | 144 | 0 | 15 | 436 | 143 | 54 |
| Binary | 10101010 | 1 | 11011101 | 10111 | 1100100 | 0 | 1101 | 100011110 | 1100011 | 101100 |
Color Harmonies of #AA01DD
Complementary color
Monochromatic Colors of #AA01DD
Black with #AA01DD
Text Example
Text Example
White with #AA01DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA01DD; }
p { color: rgb(170,1,221); }
H1.HeaderClassName
{
color: #AA01DD;
}
.AnyTagClassName
{
color: #AA01DD;
}
</style>
background-color css
<style>
a { background-color: #AA01DD; }
a { background-color: rgb(170,1,221); }
div.DivClassName
{
background-color: #AA01DD;
}
.BgClassName
{
background-color: #AA01DD;
}
</style>
border-color css
<style>
span { border-color: #AA01DD; }
span { border-color: rgb(170,1,221); }
td.TdClassName
{
border-color: #AA01DD;
}
.TagClassName
{
border-color: #AA01DD;
}
</style>