Shades of Dark Violet #AA17D9
Tints of Dark Violet #AA17D9
RGB
CMYK
RGB Variations
Color information
#AA17D9 (or 0xAA17D9) is known color: Dark Violet. HEX triplet: AA, 17 and D9. RGB value is (170,23,217). Sum of RGB (Red+Green+Blue) = 170+23+217=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 217 (85.16% from 255 or 52.93% from 410); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA17D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17D9 is #55E826. Grayscale: #585858. Windows color (decimal): -5629991 or 14227370. OLE color: 14227370.
HSL color Cylindrical-coordinate representation of color #AA17D9: hue angle of 285.46º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA17D9 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 23 | 217 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.15 |
| HSL | 285.46º | 0.81% | 0.47% | - |
| HSV(B) | 285.46º | 0.89% | 0.85% | - |
| XYZ | 29.41 | 14.17 | 66.83 | - |
| YUV | 89.07 | 200.2 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 217 | 0.22 | 0.89 | 0 | 0.15 | 285.46 | 0.81 | 0.47 |
| Hex | AA | 17 | D9 | 16 | 59 | 0 | F | 11D | 51 | 2F |
| Octal | 252 | 27 | 331 | 26 | 131 | 0 | 17 | 435 | 121 | 57 |
| Binary | 10101010 | 10111 | 11011001 | 10110 | 1011001 | 0 | 1111 | 100011101 | 1010001 | 101111 |
Color Harmonies of #AA17D9
Complementary color
Monochromatic Colors of #AA17D9
Black with #AA17D9
Text Example
Text Example
White with #AA17D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA17D9; }
p { color: rgb(170,23,217); }
H1.HeaderClassName
{
color: #AA17D9;
}
.AnyTagClassName
{
color: #AA17D9;
}
</style>
background-color css
<style>
a { background-color: #AA17D9; }
a { background-color: rgb(170,23,217); }
div.DivClassName
{
background-color: #AA17D9;
}
.BgClassName
{
background-color: #AA17D9;
}
</style>
border-color css
<style>
span { border-color: #AA17D9; }
span { border-color: rgb(170,23,217); }
td.TdClassName
{
border-color: #AA17D9;
}
.TagClassName
{
border-color: #AA17D9;
}
</style>