Shades of Dark Violet #AA01DB
Tints of Dark Violet #AA01DB
RGB
CMYK
RGB Variations
Color information
#AA01DB (or 0xAA01DB) is known color: Dark Violet. HEX triplet: AA, 01 and DB. RGB value is (170,1,219). Sum of RGB (Red+Green+Blue) = 170+1+219=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA01DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA01DB is #55FE24. Grayscale: #4B4B4B. Windows color (decimal): -5635621 or 14352810. OLE color: 14352810.
HSL color Cylindrical-coordinate representation of color #AA01DB: hue angle of 286.51º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA01DB is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 1 | 219 | - |
| CMYK | 0.22 | 1.00 | 0 | 0.14 |
| HSL | 286.51º | 0.99% | 0.43% | - |
| HSV(B) | 286.51º | 1% | 0.86% | - |
| XYZ | 29.37 | 13.68 | 68.11 | - |
| YUV | 76.38 | 208.49 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 219 | 0.22 | 1.00 | 0 | 0.14 | 286.51 | 0.99 | 0.43 |
| Hex | AA | 1 | DB | 16 | 64 | 0 | E | 11F | 63 | 2B |
| Octal | 252 | 1 | 333 | 26 | 144 | 0 | 16 | 437 | 143 | 53 |
| Binary | 10101010 | 1 | 11011011 | 10110 | 1100100 | 0 | 1110 | 100011111 | 1100011 | 101011 |
Color Harmonies of #AA01DB
Complementary color
Monochromatic Colors of #AA01DB
Black with #AA01DB
Text Example
Text Example
White with #AA01DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA01DB; }
p { color: rgb(170,1,219); }
H1.HeaderClassName
{
color: #AA01DB;
}
.AnyTagClassName
{
color: #AA01DB;
}
</style>
background-color css
<style>
a { background-color: #AA01DB; }
a { background-color: rgb(170,1,219); }
div.DivClassName
{
background-color: #AA01DB;
}
.BgClassName
{
background-color: #AA01DB;
}
</style>
border-color css
<style>
span { border-color: #AA01DB; }
span { border-color: rgb(170,1,219); }
td.TdClassName
{
border-color: #AA01DB;
}
.TagClassName
{
border-color: #AA01DB;
}
</style>