Shades of Dark Violet #AA15C9
Tints of Dark Violet #AA15C9
RGB
CMYK
RGB Variations
Color information
#AA15C9 (or 0xAA15C9) is known color: Dark Violet. HEX triplet: AA, 15 and C9. RGB value is (170,21,201). Sum of RGB (Red+Green+Blue) = 170+21+201=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA15C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15C9 is #55EA36. Grayscale: #555555. Windows color (decimal): -5630519 or 13178282. OLE color: 13178282.
HSL color Cylindrical-coordinate representation of color #AA15C9: hue angle of 289.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA15C9 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 21 | 201 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.21 |
| HSL | 289.67º | 0.81% | 0.44% | - |
| HSV(B) | 289.67º | 0.9% | 0.79% | - |
| XYZ | 27.39 | 13.3 | 56.38 | - |
| YUV | 86.07 | 192.86 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 201 | 0.15 | 0.90 | 0 | 0.21 | 289.67 | 0.81 | 0.44 |
| Hex | AA | 15 | C9 | F | 5A | 0 | 15 | 122 | 51 | 2C |
| Octal | 252 | 25 | 311 | 17 | 132 | 0 | 25 | 442 | 121 | 54 |
| Binary | 10101010 | 10101 | 11001001 | 1111 | 1011010 | 0 | 10101 | 100100010 | 1010001 | 101100 |
Color Harmonies of #AA15C9
Complementary color
Monochromatic Colors of #AA15C9
Black with #AA15C9
Text Example
Text Example
White with #AA15C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA15C9; }
p { color: rgb(170,21,201); }
H1.HeaderClassName
{
color: #AA15C9;
}
.AnyTagClassName
{
color: #AA15C9;
}
</style>
background-color css
<style>
a { background-color: #AA15C9; }
a { background-color: rgb(170,21,201); }
div.DivClassName
{
background-color: #AA15C9;
}
.BgClassName
{
background-color: #AA15C9;
}
</style>
border-color css
<style>
span { border-color: #AA15C9; }
span { border-color: rgb(170,21,201); }
td.TdClassName
{
border-color: #AA15C9;
}
.TagClassName
{
border-color: #AA15C9;
}
</style>