Shades of Dark Violet #AA01DA
Tints of Dark Violet #AA01DA
RGB
CMYK
RGB Variations
Color information
#AA01DA (or 0xAA01DA) is known color: Dark Violet. HEX triplet: AA, 01 and DA. RGB value is (170,1,218). Sum of RGB (Red+Green+Blue) = 170+1+218=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA01DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA01DA is #55FE25. Grayscale: #4B4B4B. Windows color (decimal): -5635622 or 14287274. OLE color: 14287274.
HSL color Cylindrical-coordinate representation of color #AA01DA: hue angle of 286.73º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA01DA is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 1 | 218 | - |
| CMYK | 0.22 | 1.00 | 0 | 0.15 |
| HSL | 286.73º | 0.99% | 0.43% | - |
| HSV(B) | 286.73º | 1% | 0.85% | - |
| XYZ | 29.24 | 13.63 | 67.42 | - |
| YUV | 76.27 | 207.99 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 218 | 0.22 | 1.00 | 0 | 0.15 | 286.73 | 0.99 | 0.43 |
| Hex | AA | 1 | DA | 16 | 64 | 0 | F | 11F | 63 | 2B |
| Octal | 252 | 1 | 332 | 26 | 144 | 0 | 17 | 437 | 143 | 53 |
| Binary | 10101010 | 1 | 11011010 | 10110 | 1100100 | 0 | 1111 | 100011111 | 1100011 | 101011 |
Color Harmonies of #AA01DA
Complementary color
Monochromatic Colors of #AA01DA
Black with #AA01DA
Text Example
Text Example
White with #AA01DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA01DA; }
p { color: rgb(170,1,218); }
H1.HeaderClassName
{
color: #AA01DA;
}
.AnyTagClassName
{
color: #AA01DA;
}
</style>
background-color css
<style>
a { background-color: #AA01DA; }
a { background-color: rgb(170,1,218); }
div.DivClassName
{
background-color: #AA01DA;
}
.BgClassName
{
background-color: #AA01DA;
}
</style>
border-color css
<style>
span { border-color: #AA01DA; }
span { border-color: rgb(170,1,218); }
td.TdClassName
{
border-color: #AA01DA;
}
.TagClassName
{
border-color: #AA01DA;
}
</style>