Shades of Dark Violet #AA17DB
Tints of Dark Violet #AA17DB
RGB
CMYK
RGB Variations
Color information
#AA17DB (or 0xAA17DB) is known color: Dark Violet. HEX triplet: AA, 17 and DB. RGB value is (170,23,219). Sum of RGB (Red+Green+Blue) = 170+23+219=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA17DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17DB is #55E824. Grayscale: #585858. Windows color (decimal): -5629989 or 14358442. OLE color: 14358442.
HSL color Cylindrical-coordinate representation of color #AA17DB: hue angle of 285º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA17DB is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 23 | 219 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.14 |
| HSL | 285º | 0.81% | 0.47% | - |
| HSV(B) | 285º | 0.89% | 0.86% | - |
| XYZ | 29.67 | 14.27 | 68.21 | - |
| YUV | 89.3 | 201.2 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 219 | 0.22 | 0.89 | 0 | 0.14 | 285 | 0.81 | 0.47 |
| Hex | AA | 17 | DB | 16 | 59 | 0 | E | 11D | 51 | 2F |
| Octal | 252 | 27 | 333 | 26 | 131 | 0 | 16 | 435 | 121 | 57 |
| Binary | 10101010 | 10111 | 11011011 | 10110 | 1011001 | 0 | 1110 | 100011101 | 1010001 | 101111 |
Color Harmonies of #AA17DB
Complementary color
Monochromatic Colors of #AA17DB
Black with #AA17DB
Text Example
Text Example
White with #AA17DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA17DB; }
p { color: rgb(170,23,219); }
H1.HeaderClassName
{
color: #AA17DB;
}
.AnyTagClassName
{
color: #AA17DB;
}
</style>
background-color css
<style>
a { background-color: #AA17DB; }
a { background-color: rgb(170,23,219); }
div.DivClassName
{
background-color: #AA17DB;
}
.BgClassName
{
background-color: #AA17DB;
}
</style>
border-color css
<style>
span { border-color: #AA17DB; }
span { border-color: rgb(170,23,219); }
td.TdClassName
{
border-color: #AA17DB;
}
.TagClassName
{
border-color: #AA17DB;
}
</style>