Shades of Dark Violet #AA01BA
Tints of Dark Violet #AA01BA
RGB
CMYK
RGB Variations
Color information
#AA01BA (or 0xAA01BA) is known color: Dark Violet. HEX triplet: AA, 01 and BA. RGB value is (170,1,186). Sum of RGB (Red+Green+Blue) = 170+1+186=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA01BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA01BA is #55FE45. Grayscale: #484848. Windows color (decimal): -5635654 or 12190122. OLE color: 12190122.
HSL color Cylindrical-coordinate representation of color #AA01BA: hue angle of 294.81º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA01BA is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 1 | 186 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.27 |
| HSL | 294.81º | 0.99% | 0.37% | - |
| HSV(B) | 294.81º | 0.99% | 0.73% | - |
| XYZ | 25.45 | 12.11 | 47.45 | - |
| YUV | 72.62 | 191.99 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 186 | 0.09 | 0.99 | 0 | 0.27 | 294.81 | 0.99 | 0.37 |
| Hex | AA | 1 | BA | 9 | 63 | 0 | 1B | 127 | 63 | 25 |
| Octal | 252 | 1 | 272 | 11 | 143 | 0 | 33 | 447 | 143 | 45 |
| Binary | 10101010 | 1 | 10111010 | 1001 | 1100011 | 0 | 11011 | 100100111 | 1100011 | 100101 |
Color Harmonies of #AA01BA
Complementary color
Monochromatic Colors of #AA01BA
Black with #AA01BA
Text Example
Text Example
White with #AA01BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA01BA; }
p { color: rgb(170,1,186); }
H1.HeaderClassName
{
color: #AA01BA;
}
.AnyTagClassName
{
color: #AA01BA;
}
</style>
background-color css
<style>
a { background-color: #AA01BA; }
a { background-color: rgb(170,1,186); }
div.DivClassName
{
background-color: #AA01BA;
}
.BgClassName
{
background-color: #AA01BA;
}
</style>
border-color css
<style>
span { border-color: #AA01BA; }
span { border-color: rgb(170,1,186); }
td.TdClassName
{
border-color: #AA01BA;
}
.TagClassName
{
border-color: #AA01BA;
}
</style>