Shades of Dark Violet #AA01B9
Tints of Dark Violet #AA01B9
RGB
CMYK
RGB Variations
Color information
#AA01B9 (or 0xAA01B9) is known color: Dark Violet. HEX triplet: AA, 01 and B9. RGB value is (170,1,185). Sum of RGB (Red+Green+Blue) = 170+1+185=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 185 (72.66% from 255 or 51.97% from 356); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA01B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA01B9 is #55FE46. Grayscale: #474747. Windows color (decimal): -5635655 or 12124586. OLE color: 12124586.
HSL color Cylindrical-coordinate representation of color #AA01B9: hue angle of 295.11º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA01B9 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 1 | 185 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.27 |
| HSL | 295.11º | 0.99% | 0.36% | - |
| HSV(B) | 295.11º | 0.99% | 0.73% | - |
| XYZ | 25.35 | 12.07 | 46.89 | - |
| YUV | 72.51 | 191.49 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 185 | 0.08 | 0.99 | 0 | 0.27 | 295.11 | 0.99 | 0.36 |
| Hex | AA | 1 | B9 | 8 | 63 | 0 | 1B | 127 | 63 | 24 |
| Octal | 252 | 1 | 271 | 10 | 143 | 0 | 33 | 447 | 143 | 44 |
| Binary | 10101010 | 1 | 10111001 | 1000 | 1100011 | 0 | 11011 | 100100111 | 1100011 | 100100 |
Color Harmonies of #AA01B9
Complementary color
Monochromatic Colors of #AA01B9
Black with #AA01B9
Text Example
Text Example
White with #AA01B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA01B9; }
p { color: rgb(170,1,185); }
H1.HeaderClassName
{
color: #AA01B9;
}
.AnyTagClassName
{
color: #AA01B9;
}
</style>
background-color css
<style>
a { background-color: #AA01B9; }
a { background-color: rgb(170,1,185); }
div.DivClassName
{
background-color: #AA01B9;
}
.BgClassName
{
background-color: #AA01B9;
}
</style>
border-color css
<style>
span { border-color: #AA01B9; }
span { border-color: rgb(170,1,185); }
td.TdClassName
{
border-color: #AA01B9;
}
.TagClassName
{
border-color: #AA01B9;
}
</style>