Shades of Dark Violet #AA01BB
Tints of Dark Violet #AA01BB
RGB
CMYK
RGB Variations
Color information
#AA01BB (or 0xAA01BB) is known color: Dark Violet. HEX triplet: AA, 01 and BB. RGB value is (170,1,187). Sum of RGB (Red+Green+Blue) = 170+1+187=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA01BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA01BB is #55FE44. Grayscale: #484848. Windows color (decimal): -5635653 or 12255658. OLE color: 12255658.
HSL color Cylindrical-coordinate representation of color #AA01BB: hue angle of 294.52º 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 #AA01BB is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 1 | 187 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.27 |
| HSL | 294.52º | 0.99% | 0.37% | - |
| HSV(B) | 294.52º | 0.99% | 0.73% | - |
| XYZ | 25.56 | 12.16 | 48.01 | - |
| YUV | 72.74 | 192.49 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 187 | 0.09 | 0.99 | 0 | 0.27 | 294.52 | 0.99 | 0.37 |
| Hex | AA | 1 | BB | 9 | 63 | 0 | 1B | 127 | 63 | 25 |
| Octal | 252 | 1 | 273 | 11 | 143 | 0 | 33 | 447 | 143 | 45 |
| Binary | 10101010 | 1 | 10111011 | 1001 | 1100011 | 0 | 11011 | 100100111 | 1100011 | 100101 |
Color Harmonies of #AA01BB
Complementary color
Monochromatic Colors of #AA01BB
Black with #AA01BB
Text Example
Text Example
White with #AA01BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA01BB; }
p { color: rgb(170,1,187); }
H1.HeaderClassName
{
color: #AA01BB;
}
.AnyTagClassName
{
color: #AA01BB;
}
</style>
background-color css
<style>
a { background-color: #AA01BB; }
a { background-color: rgb(170,1,187); }
div.DivClassName
{
background-color: #AA01BB;
}
.BgClassName
{
background-color: #AA01BB;
}
</style>
border-color css
<style>
span { border-color: #AA01BB; }
span { border-color: rgb(170,1,187); }
td.TdClassName
{
border-color: #AA01BB;
}
.TagClassName
{
border-color: #AA01BB;
}
</style>