Shades of Dark Violet #AA15C1
Tints of Dark Violet #AA15C1
RGB
CMYK
RGB Variations
Color information
#AA15C1 (or 0xAA15C1) is known color: Dark Violet. HEX triplet: AA, 15 and C1. RGB value is (170,21,193). Sum of RGB (Red+Green+Blue) = 170+21+193=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA15C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15C1 is #55EA3E. Grayscale: #545454. Windows color (decimal): -5630527 or 12653994. OLE color: 12653994.
HSL color Cylindrical-coordinate representation of color #AA15C1: hue angle of 291.98º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA15C1 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 21 | 193 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.24 |
| HSL | 291.98º | 0.8% | 0.42% | - |
| HSV(B) | 291.98º | 0.89% | 0.76% | - |
| XYZ | 26.47 | 12.93 | 51.55 | - |
| YUV | 85.16 | 188.86 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 193 | 0.12 | 0.89 | 0 | 0.24 | 291.98 | 0.8 | 0.42 |
| Hex | AA | 15 | C1 | C | 59 | 0 | 18 | 124 | 50 | 2A |
| Octal | 252 | 25 | 301 | 14 | 131 | 0 | 30 | 444 | 120 | 52 |
| Binary | 10101010 | 10101 | 11000001 | 1100 | 1011001 | 0 | 11000 | 100100100 | 1010000 | 101010 |
Color Harmonies of #AA15C1
Complementary color
Monochromatic Colors of #AA15C1
Black with #AA15C1
Text Example
Text Example
White with #AA15C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA15C1; }
p { color: rgb(170,21,193); }
H1.HeaderClassName
{
color: #AA15C1;
}
.AnyTagClassName
{
color: #AA15C1;
}
</style>
background-color css
<style>
a { background-color: #AA15C1; }
a { background-color: rgb(170,21,193); }
div.DivClassName
{
background-color: #AA15C1;
}
.BgClassName
{
background-color: #AA15C1;
}
</style>
border-color css
<style>
span { border-color: #AA15C1; }
span { border-color: rgb(170,21,193); }
td.TdClassName
{
border-color: #AA15C1;
}
.TagClassName
{
border-color: #AA15C1;
}
</style>