Shades of Dark Violet #AA00B9
Tints of Dark Violet #AA00B9
RGB
CMYK
RGB Variations
Color information
#AA00B9 (or 0xAA00B9) is known color: Dark Violet. HEX triplet: AA, 00 and B9. RGB value is (170,0,185). Sum of RGB (Red+Green+Blue) = 170+0+185=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 185 (72.66% from 255 or 52.11% from 355); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA00B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00B9 is #55FF46. Grayscale: #474747. Windows color (decimal): -5635911 or 12124330. OLE color: 12124330.
HSL color Cylindrical-coordinate representation of color #AA00B9: hue angle of 295.14º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00B9 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 0 | 185 | - |
| CMYK | 0.08 | 1 | 0 | 0.27 |
| HSL | 295.14º | 1% | 0.36% | - |
| HSV(B) | 295.14º | 1% | 0.73% | - |
| XYZ | 25.33 | 12.05 | 46.89 | - |
| YUV | 71.92 | 191.82 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 185 | 0.08 | 1 | 0 | 0.27 | 295.14 | 1 | 0.36 |
| Hex | AA | 0 | B9 | 8 | 64 | 0 | 1B | 127 | 64 | 24 |
| Octal | 252 | 0 | 271 | 10 | 144 | 0 | 33 | 447 | 144 | 44 |
| Binary | 10101010 | 0 | 10111001 | 1000 | 1100100 | 0 | 11011 | 100100111 | 1100100 | 100100 |
Color Harmonies of #AA00B9
Complementary color
Monochromatic Colors of #AA00B9
Black with #AA00B9
Text Example
Text Example
White with #AA00B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA00B9; }
p { color: rgb(170,0,185); }
H1.HeaderClassName
{
color: #AA00B9;
}
.AnyTagClassName
{
color: #AA00B9;
}
</style>
background-color css
<style>
a { background-color: #AA00B9; }
a { background-color: rgb(170,0,185); }
div.DivClassName
{
background-color: #AA00B9;
}
.BgClassName
{
background-color: #AA00B9;
}
</style>
border-color css
<style>
span { border-color: #AA00B9; }
span { border-color: rgb(170,0,185); }
td.TdClassName
{
border-color: #AA00B9;
}
.TagClassName
{
border-color: #AA00B9;
}
</style>