Shades of Dark Violet #AA15C5
Tints of Dark Violet #AA15C5
RGB
CMYK
RGB Variations
Color information
#AA15C5 (or 0xAA15C5) is known color: Dark Violet. HEX triplet: AA, 15 and C5. RGB value is (170,21,197). Sum of RGB (Red+Green+Blue) = 170+21+197=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 197 (77.34% from 255 or 50.77% from 388); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA15C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15C5 is #55EA3A. Grayscale: #555555. Windows color (decimal): -5630523 or 12916138. OLE color: 12916138.
HSL color Cylindrical-coordinate representation of color #AA15C5: hue angle of 290.8º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA15C5 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 21 | 197 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.23 |
| HSL | 290.8º | 0.81% | 0.43% | - |
| HSV(B) | 290.8º | 0.89% | 0.77% | - |
| XYZ | 26.92 | 13.11 | 53.94 | - |
| YUV | 85.62 | 190.86 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 197 | 0.14 | 0.89 | 0 | 0.23 | 290.8 | 0.81 | 0.43 |
| Hex | AA | 15 | C5 | E | 59 | 0 | 17 | 123 | 51 | 2B |
| Octal | 252 | 25 | 305 | 16 | 131 | 0 | 27 | 443 | 121 | 53 |
| Binary | 10101010 | 10101 | 11000101 | 1110 | 1011001 | 0 | 10111 | 100100011 | 1010001 | 101011 |
Color Harmonies of #AA15C5
Complementary color
Monochromatic Colors of #AA15C5
Black with #AA15C5
Text Example
Text Example
White with #AA15C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA15C5; }
p { color: rgb(170,21,197); }
H1.HeaderClassName
{
color: #AA15C5;
}
.AnyTagClassName
{
color: #AA15C5;
}
</style>
background-color css
<style>
a { background-color: #AA15C5; }
a { background-color: rgb(170,21,197); }
div.DivClassName
{
background-color: #AA15C5;
}
.BgClassName
{
background-color: #AA15C5;
}
</style>
border-color css
<style>
span { border-color: #AA15C5; }
span { border-color: rgb(170,21,197); }
td.TdClassName
{
border-color: #AA15C5;
}
.TagClassName
{
border-color: #AA15C5;
}
</style>