Shades of Dark Violet #AA14DB
Tints of Dark Violet #AA14DB
RGB
CMYK
RGB Variations
Color information
#AA14DB (or 0xAA14DB) is known color: Dark Violet. HEX triplet: AA, 14 and DB. RGB value is (170,20,219). Sum of RGB (Red+Green+Blue) = 170+20+219=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA14DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA14DB is #55EB24. Grayscale: #565656. Windows color (decimal): -5630757 or 14357674. OLE color: 14357674.
HSL color Cylindrical-coordinate representation of color #AA14DB: hue angle of 285.23º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA14DB is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 20 | 219 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.14 |
| HSL | 285.23º | 0.83% | 0.47% | - |
| HSV(B) | 285.23º | 0.91% | 0.86% | - |
| XYZ | 29.61 | 14.16 | 68.19 | - |
| YUV | 87.54 | 202.2 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 219 | 0.22 | 0.91 | 0 | 0.14 | 285.23 | 0.83 | 0.47 |
| Hex | AA | 14 | DB | 16 | 5B | 0 | E | 11D | 53 | 2F |
| Octal | 252 | 24 | 333 | 26 | 133 | 0 | 16 | 435 | 123 | 57 |
| Binary | 10101010 | 10100 | 11011011 | 10110 | 1011011 | 0 | 1110 | 100011101 | 1010011 | 101111 |
Color Harmonies of #AA14DB
Complementary color
Monochromatic Colors of #AA14DB
Black with #AA14DB
Text Example
Text Example
White with #AA14DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA14DB; }
p { color: rgb(170,20,219); }
H1.HeaderClassName
{
color: #AA14DB;
}
.AnyTagClassName
{
color: #AA14DB;
}
</style>
background-color css
<style>
a { background-color: #AA14DB; }
a { background-color: rgb(170,20,219); }
div.DivClassName
{
background-color: #AA14DB;
}
.BgClassName
{
background-color: #AA14DB;
}
</style>
border-color css
<style>
span { border-color: #AA14DB; }
span { border-color: rgb(170,20,219); }
td.TdClassName
{
border-color: #AA14DB;
}
.TagClassName
{
border-color: #AA14DB;
}
</style>