Shades of Dark Violet #AA17D0
Tints of Dark Violet #AA17D0
RGB
CMYK
RGB Variations
Color information
#AA17D0 (or 0xAA17D0) is known color: Dark Violet. HEX triplet: AA, 17 and D0. RGB value is (170,23,208). Sum of RGB (Red+Green+Blue) = 170+23+208=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA17D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17D0 is #55E82F. Grayscale: #575757. Windows color (decimal): -5630000 or 13637546. OLE color: 13637546.
HSL color Cylindrical-coordinate representation of color #AA17D0: hue angle of 287.68º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA17D0 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 23 | 208 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.18 |
| HSL | 287.68º | 0.8% | 0.45% | - |
| HSV(B) | 287.68º | 0.89% | 0.82% | - |
| XYZ | 28.27 | 13.71 | 60.83 | - |
| YUV | 88.04 | 195.7 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 208 | 0.18 | 0.89 | 0 | 0.18 | 287.68 | 0.8 | 0.45 |
| Hex | AA | 17 | D0 | 12 | 59 | 0 | 12 | 120 | 50 | 2D |
| Octal | 252 | 27 | 320 | 22 | 131 | 0 | 22 | 440 | 120 | 55 |
| Binary | 10101010 | 10111 | 11010000 | 10010 | 1011001 | 0 | 10010 | 100100000 | 1010000 | 101101 |
Color Harmonies of #AA17D0
Complementary color
Monochromatic Colors of #AA17D0
Black with #AA17D0
Text Example
Text Example
White with #AA17D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA17D0; }
p { color: rgb(170,23,208); }
H1.HeaderClassName
{
color: #AA17D0;
}
.AnyTagClassName
{
color: #AA17D0;
}
</style>
background-color css
<style>
a { background-color: #AA17D0; }
a { background-color: rgb(170,23,208); }
div.DivClassName
{
background-color: #AA17D0;
}
.BgClassName
{
background-color: #AA17D0;
}
</style>
border-color css
<style>
span { border-color: #AA17D0; }
span { border-color: rgb(170,23,208); }
td.TdClassName
{
border-color: #AA17D0;
}
.TagClassName
{
border-color: #AA17D0;
}
</style>