Shades of Dark Violet #AA14BB
Tints of Dark Violet #AA14BB
RGB
CMYK
RGB Variations
Color information
#AA14BB (or 0xAA14BB) is known color: Dark Violet. HEX triplet: AA, 14 and BB. RGB value is (170,20,187). Sum of RGB (Red+Green+Blue) = 170+20+187=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA14BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA14BB is #55EB44. Grayscale: #535353. Windows color (decimal): -5630789 or 12260522. OLE color: 12260522.
HSL color Cylindrical-coordinate representation of color #AA14BB: hue angle of 293.89º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA14BB is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 20 | 187 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.27 |
| HSL | 293.89º | 0.81% | 0.41% | - |
| HSV(B) | 293.89º | 0.89% | 0.73% | - |
| XYZ | 25.8 | 12.63 | 48.09 | - |
| YUV | 83.89 | 186.2 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 187 | 0.09 | 0.89 | 0 | 0.27 | 293.89 | 0.81 | 0.41 |
| Hex | AA | 14 | BB | 9 | 59 | 0 | 1B | 126 | 51 | 29 |
| Octal | 252 | 24 | 273 | 11 | 131 | 0 | 33 | 446 | 121 | 51 |
| Binary | 10101010 | 10100 | 10111011 | 1001 | 1011001 | 0 | 11011 | 100100110 | 1010001 | 101001 |
Color Harmonies of #AA14BB
Complementary color
Monochromatic Colors of #AA14BB
Black with #AA14BB
Text Example
Text Example
White with #AA14BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA14BB; }
p { color: rgb(170,20,187); }
H1.HeaderClassName
{
color: #AA14BB;
}
.AnyTagClassName
{
color: #AA14BB;
}
</style>
background-color css
<style>
a { background-color: #AA14BB; }
a { background-color: rgb(170,20,187); }
div.DivClassName
{
background-color: #AA14BB;
}
.BgClassName
{
background-color: #AA14BB;
}
</style>
border-color css
<style>
span { border-color: #AA14BB; }
span { border-color: rgb(170,20,187); }
td.TdClassName
{
border-color: #AA14BB;
}
.TagClassName
{
border-color: #AA14BB;
}
</style>