Shades of Dark Violet #AA17DE
Tints of Dark Violet #AA17DE
RGB
CMYK
RGB Variations
Color information
#AA17DE (or 0xAA17DE) is known color: Dark Violet. HEX triplet: AA, 17 and DE. RGB value is (170,23,222). Sum of RGB (Red+Green+Blue) = 170+23+222=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA17DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17DE is #55E821. Grayscale: #585858. Windows color (decimal): -5629986 or 14555050. OLE color: 14555050.
HSL color Cylindrical-coordinate representation of color #AA17DE: hue angle of 284.32º 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 #AA17DE is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 23 | 222 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.13 |
| HSL | 284.32º | 0.81% | 0.48% | - |
| HSV(B) | 284.32º | 0.9% | 0.87% | - |
| XYZ | 30.07 | 14.43 | 70.31 | - |
| YUV | 89.64 | 202.7 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 222 | 0.23 | 0.90 | 0 | 0.13 | 284.32 | 0.81 | 0.48 |
| Hex | AA | 17 | DE | 17 | 5A | 0 | D | 11C | 51 | 30 |
| Octal | 252 | 27 | 336 | 27 | 132 | 0 | 15 | 434 | 121 | 60 |
| Binary | 10101010 | 10111 | 11011110 | 10111 | 1011010 | 0 | 1101 | 100011100 | 1010001 | 110000 |
Color Harmonies of #AA17DE
Complementary color
Monochromatic Colors of #AA17DE
Black with #AA17DE
Text Example
Text Example
White with #AA17DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA17DE; }
p { color: rgb(170,23,222); }
H1.HeaderClassName
{
color: #AA17DE;
}
.AnyTagClassName
{
color: #AA17DE;
}
</style>
background-color css
<style>
a { background-color: #AA17DE; }
a { background-color: rgb(170,23,222); }
div.DivClassName
{
background-color: #AA17DE;
}
.BgClassName
{
background-color: #AA17DE;
}
</style>
border-color css
<style>
span { border-color: #AA17DE; }
span { border-color: rgb(170,23,222); }
td.TdClassName
{
border-color: #AA17DE;
}
.TagClassName
{
border-color: #AA17DE;
}
</style>