Shades of Dark Violet #AA17E2
Tints of Dark Violet #AA17E2
RGB
CMYK
RGB Variations
Color information
#AA17E2 (or 0xAA17E2) is known color: Dark Violet. HEX triplet: AA, 17 and E2. RGB value is (170,23,226). Sum of RGB (Red+Green+Blue) = 170+23+226=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 226 (88.67% from 255 or 53.94% from 419); Max value from RGB is 226 - color contains mainly: blue. Hex color #AA17E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17E2 is #55E81D. Grayscale: #595959. Windows color (decimal): -5629982 or 14817194. OLE color: 14817194.
HSL color Cylindrical-coordinate representation of color #AA17E2: hue angle of 283.45º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA17E2 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 23 | 226 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.11 |
| HSL | 283.45º | 0.82% | 0.49% | - |
| HSV(B) | 283.45º | 0.9% | 0.89% | - |
| XYZ | 30.61 | 14.65 | 73.17 | - |
| YUV | 90.1 | 204.7 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 226 | 0.25 | 0.90 | 0 | 0.11 | 283.45 | 0.82 | 0.49 |
| Hex | AA | 17 | E2 | 19 | 5A | 0 | B | 11B | 52 | 31 |
| Octal | 252 | 27 | 342 | 31 | 132 | 0 | 13 | 433 | 122 | 61 |
| Binary | 10101010 | 10111 | 11100010 | 11001 | 1011010 | 0 | 1011 | 100011011 | 1010010 | 110001 |
Color Harmonies of #AA17E2
Complementary color
Monochromatic Colors of #AA17E2
Black with #AA17E2
Text Example
Text Example
White with #AA17E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA17E2; }
p { color: rgb(170,23,226); }
H1.HeaderClassName
{
color: #AA17E2;
}
.AnyTagClassName
{
color: #AA17E2;
}
</style>
background-color css
<style>
a { background-color: #AA17E2; }
a { background-color: rgb(170,23,226); }
div.DivClassName
{
background-color: #AA17E2;
}
.BgClassName
{
background-color: #AA17E2;
}
</style>
border-color css
<style>
span { border-color: #AA17E2; }
span { border-color: rgb(170,23,226); }
td.TdClassName
{
border-color: #AA17E2;
}
.TagClassName
{
border-color: #AA17E2;
}
</style>