Shades of Dark Violet #AA01BE
Tints of Dark Violet #AA01BE
RGB
CMYK
RGB Variations
Color information
#AA01BE (or 0xAA01BE) is known color: Dark Violet. HEX triplet: AA, 01 and BE. RGB value is (170,1,190). Sum of RGB (Red+Green+Blue) = 170+1+190=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA01BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA01BE is #55FE41. Grayscale: #484848. Windows color (decimal): -5635650 or 12452266. OLE color: 12452266.
HSL color Cylindrical-coordinate representation of color #AA01BE: hue angle of 293.65º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA01BE is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 1 | 190 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.25 |
| HSL | 293.65º | 0.99% | 0.37% | - |
| HSV(B) | 293.65º | 0.99% | 0.75% | - |
| XYZ | 25.88 | 12.29 | 49.72 | - |
| YUV | 73.08 | 193.99 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 190 | 0.11 | 0.99 | 0 | 0.25 | 293.65 | 0.99 | 0.37 |
| Hex | AA | 1 | BE | B | 63 | 0 | 19 | 126 | 63 | 25 |
| Octal | 252 | 1 | 276 | 13 | 143 | 0 | 31 | 446 | 143 | 45 |
| Binary | 10101010 | 1 | 10111110 | 1011 | 1100011 | 0 | 11001 | 100100110 | 1100011 | 100101 |
Color Harmonies of #AA01BE
Complementary color
Monochromatic Colors of #AA01BE
Black with #AA01BE
Text Example
Text Example
White with #AA01BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA01BE; }
p { color: rgb(170,1,190); }
H1.HeaderClassName
{
color: #AA01BE;
}
.AnyTagClassName
{
color: #AA01BE;
}
</style>
background-color css
<style>
a { background-color: #AA01BE; }
a { background-color: rgb(170,1,190); }
div.DivClassName
{
background-color: #AA01BE;
}
.BgClassName
{
background-color: #AA01BE;
}
</style>
border-color css
<style>
span { border-color: #AA01BE; }
span { border-color: rgb(170,1,190); }
td.TdClassName
{
border-color: #AA01BE;
}
.TagClassName
{
border-color: #AA01BE;
}
</style>