Shades of Dark Violet #AA17D6
Tints of Dark Violet #AA17D6
RGB
CMYK
RGB Variations
Color information
#AA17D6 (or 0xAA17D6) is known color: Dark Violet. HEX triplet: AA, 17 and D6. RGB value is (170,23,214). Sum of RGB (Red+Green+Blue) = 170+23+214=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 214 (83.98% from 255 or 52.58% from 407); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA17D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17D6 is #55E829. Grayscale: #585858. Windows color (decimal): -5629994 or 14030762. OLE color: 14030762.
HSL color Cylindrical-coordinate representation of color #AA17D6: hue angle of 286.18º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA17D6 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 23 | 214 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.16 |
| HSL | 286.18º | 0.81% | 0.46% | - |
| HSV(B) | 286.18º | 0.89% | 0.84% | - |
| XYZ | 29.02 | 14.01 | 64.79 | - |
| YUV | 88.73 | 198.7 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 214 | 0.21 | 0.89 | 0 | 0.16 | 286.18 | 0.81 | 0.46 |
| Hex | AA | 17 | D6 | 15 | 59 | 0 | 10 | 11E | 51 | 2E |
| Octal | 252 | 27 | 326 | 25 | 131 | 0 | 20 | 436 | 121 | 56 |
| Binary | 10101010 | 10111 | 11010110 | 10101 | 1011001 | 0 | 10000 | 100011110 | 1010001 | 101110 |
Color Harmonies of #AA17D6
Complementary color
Monochromatic Colors of #AA17D6
Black with #AA17D6
Text Example
Text Example
White with #AA17D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA17D6; }
p { color: rgb(170,23,214); }
H1.HeaderClassName
{
color: #AA17D6;
}
.AnyTagClassName
{
color: #AA17D6;
}
</style>
background-color css
<style>
a { background-color: #AA17D6; }
a { background-color: rgb(170,23,214); }
div.DivClassName
{
background-color: #AA17D6;
}
.BgClassName
{
background-color: #AA17D6;
}
</style>
border-color css
<style>
span { border-color: #AA17D6; }
span { border-color: rgb(170,23,214); }
td.TdClassName
{
border-color: #AA17D6;
}
.TagClassName
{
border-color: #AA17D6;
}
</style>