Shades of Dark Violet #AA14BE
Tints of Dark Violet #AA14BE
RGB
CMYK
RGB Variations
Color information
#AA14BE (or 0xAA14BE) is known color: Dark Violet. HEX triplet: AA, 14 and BE. RGB value is (170,20,190). Sum of RGB (Red+Green+Blue) = 170+20+190=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA14BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA14BE is #55EB41. Grayscale: #535353. Windows color (decimal): -5630786 or 12457130. OLE color: 12457130.
HSL color Cylindrical-coordinate representation of color #AA14BE: hue angle of 292.94º degrees, saturation: 0.81, 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 #AA14BE is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 20 | 190 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.25 |
| HSL | 292.94º | 0.81% | 0.41% | - |
| HSV(B) | 292.94º | 0.89% | 0.75% | - |
| XYZ | 26.12 | 12.76 | 49.8 | - |
| YUV | 84.23 | 187.7 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 190 | 0.11 | 0.89 | 0 | 0.25 | 292.94 | 0.81 | 0.41 |
| Hex | AA | 14 | BE | B | 59 | 0 | 19 | 125 | 51 | 29 |
| Octal | 252 | 24 | 276 | 13 | 131 | 0 | 31 | 445 | 121 | 51 |
| Binary | 10101010 | 10100 | 10111110 | 1011 | 1011001 | 0 | 11001 | 100100101 | 1010001 | 101001 |
Color Harmonies of #AA14BE
Complementary color
Monochromatic Colors of #AA14BE
Black with #AA14BE
Text Example
Text Example
White with #AA14BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA14BE; }
p { color: rgb(170,20,190); }
H1.HeaderClassName
{
color: #AA14BE;
}
.AnyTagClassName
{
color: #AA14BE;
}
</style>
background-color css
<style>
a { background-color: #AA14BE; }
a { background-color: rgb(170,20,190); }
div.DivClassName
{
background-color: #AA14BE;
}
.BgClassName
{
background-color: #AA14BE;
}
</style>
border-color css
<style>
span { border-color: #AA14BE; }
span { border-color: rgb(170,20,190); }
td.TdClassName
{
border-color: #AA14BE;
}
.TagClassName
{
border-color: #AA14BE;
}
</style>