Shades of Dark Violet #AA01D3
Tints of Dark Violet #AA01D3
RGB
CMYK
RGB Variations
Color information
#AA01D3 (or 0xAA01D3) is known color: Dark Violet. HEX triplet: AA, 01 and D3. RGB value is (170,1,211). Sum of RGB (Red+Green+Blue) = 170+1+211=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 211 (82.81% from 255 or 55.24% from 382); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA01D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA01D3 is #55FE2C. Grayscale: #4A4A4A. Windows color (decimal): -5635629 or 13828522. OLE color: 13828522.
HSL color Cylindrical-coordinate representation of color #AA01D3: hue angle of 288.29º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA01D3 is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 1 | 211 | - |
| CMYK | 0.19 | 1.00 | 0 | 0.17 |
| HSL | 288.29º | 0.99% | 0.42% | - |
| HSV(B) | 288.29º | 1% | 0.83% | - |
| XYZ | 28.35 | 13.27 | 62.7 | - |
| YUV | 75.47 | 204.49 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 211 | 0.19 | 1.00 | 0 | 0.17 | 288.29 | 0.99 | 0.42 |
| Hex | AA | 1 | D3 | 13 | 64 | 0 | 11 | 120 | 63 | 2A |
| Octal | 252 | 1 | 323 | 23 | 144 | 0 | 21 | 440 | 143 | 52 |
| Binary | 10101010 | 1 | 11010011 | 10011 | 1100100 | 0 | 10001 | 100100000 | 1100011 | 101010 |
Color Harmonies of #AA01D3
Complementary color
Monochromatic Colors of #AA01D3
Black with #AA01D3
Text Example
Text Example
White with #AA01D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA01D3; }
p { color: rgb(170,1,211); }
H1.HeaderClassName
{
color: #AA01D3;
}
.AnyTagClassName
{
color: #AA01D3;
}
</style>
background-color css
<style>
a { background-color: #AA01D3; }
a { background-color: rgb(170,1,211); }
div.DivClassName
{
background-color: #AA01D3;
}
.BgClassName
{
background-color: #AA01D3;
}
</style>
border-color css
<style>
span { border-color: #AA01D3; }
span { border-color: rgb(170,1,211); }
td.TdClassName
{
border-color: #AA01D3;
}
.TagClassName
{
border-color: #AA01D3;
}
</style>