Shades of Dark Violet #AA17DD
Tints of Dark Violet #AA17DD
RGB
CMYK
RGB Variations
Color information
#AA17DD (or 0xAA17DD) is known color: Dark Violet. HEX triplet: AA, 17 and DD. RGB value is (170,23,221). Sum of RGB (Red+Green+Blue) = 170+23+221=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA17DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17DD is #55E822. Grayscale: #585858. Windows color (decimal): -5629987 or 14489514. OLE color: 14489514.
HSL color Cylindrical-coordinate representation of color #AA17DD: hue angle of 284.55º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA17DD is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 23 | 221 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.13 |
| HSL | 284.55º | 0.81% | 0.48% | - |
| HSV(B) | 284.55º | 0.9% | 0.87% | - |
| XYZ | 29.94 | 14.38 | 69.6 | - |
| YUV | 89.53 | 202.2 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 221 | 0.23 | 0.90 | 0 | 0.13 | 284.55 | 0.81 | 0.48 |
| Hex | AA | 17 | DD | 17 | 5A | 0 | D | 11D | 51 | 30 |
| Octal | 252 | 27 | 335 | 27 | 132 | 0 | 15 | 435 | 121 | 60 |
| Binary | 10101010 | 10111 | 11011101 | 10111 | 1011010 | 0 | 1101 | 100011101 | 1010001 | 110000 |
Color Harmonies of #AA17DD
Complementary color
Monochromatic Colors of #AA17DD
Black with #AA17DD
Text Example
Text Example
White with #AA17DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA17DD; }
p { color: rgb(170,23,221); }
H1.HeaderClassName
{
color: #AA17DD;
}
.AnyTagClassName
{
color: #AA17DD;
}
</style>
background-color css
<style>
a { background-color: #AA17DD; }
a { background-color: rgb(170,23,221); }
div.DivClassName
{
background-color: #AA17DD;
}
.BgClassName
{
background-color: #AA17DD;
}
</style>
border-color css
<style>
span { border-color: #AA17DD; }
span { border-color: rgb(170,23,221); }
td.TdClassName
{
border-color: #AA17DD;
}
.TagClassName
{
border-color: #AA17DD;
}
</style>