Shades of Dark Violet #AA15BE
Tints of Dark Violet #AA15BE
RGB
CMYK
RGB Variations
Color information
#AA15BE (or 0xAA15BE) is known color: Dark Violet. HEX triplet: AA, 15 and BE. RGB value is (170,21,190). Sum of RGB (Red+Green+Blue) = 170+21+190=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA15BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15BE is #55EA41. Grayscale: #545454. Windows color (decimal): -5630530 or 12457386. OLE color: 12457386.
HSL color Cylindrical-coordinate representation of color #AA15BE: hue angle of 292.9º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA15BE is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 21 | 190 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.25 |
| HSL | 292.9º | 0.8% | 0.41% | - |
| HSV(B) | 292.9º | 0.89% | 0.75% | - |
| XYZ | 26.14 | 12.8 | 49.81 | - |
| YUV | 84.82 | 187.36 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 190 | 0.11 | 0.89 | 0 | 0.25 | 292.9 | 0.8 | 0.41 |
| Hex | AA | 15 | BE | B | 59 | 0 | 19 | 125 | 50 | 29 |
| Octal | 252 | 25 | 276 | 13 | 131 | 0 | 31 | 445 | 120 | 51 |
| Binary | 10101010 | 10101 | 10111110 | 1011 | 1011001 | 0 | 11001 | 100100101 | 1010000 | 101001 |
Color Harmonies of #AA15BE
Complementary color
Monochromatic Colors of #AA15BE
Black with #AA15BE
Text Example
Text Example
White with #AA15BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA15BE; }
p { color: rgb(170,21,190); }
H1.HeaderClassName
{
color: #AA15BE;
}
.AnyTagClassName
{
color: #AA15BE;
}
</style>
background-color css
<style>
a { background-color: #AA15BE; }
a { background-color: rgb(170,21,190); }
div.DivClassName
{
background-color: #AA15BE;
}
.BgClassName
{
background-color: #AA15BE;
}
</style>
border-color css
<style>
span { border-color: #AA15BE; }
span { border-color: rgb(170,21,190); }
td.TdClassName
{
border-color: #AA15BE;
}
.TagClassName
{
border-color: #AA15BE;
}
</style>