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