Shades of Dark Violet #AA01D4
Tints of Dark Violet #AA01D4
RGB
CMYK
RGB Variations
Color information
#AA01D4 (or 0xAA01D4) is known color: Dark Violet. HEX triplet: AA, 01 and D4. RGB value is (170,1,212). Sum of RGB (Red+Green+Blue) = 170+1+212=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 212 (83.20% from 255 or 55.35% from 383); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA01D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA01D4 is #55FE2B. Grayscale: #4A4A4A. Windows color (decimal): -5635628 or 13894058. OLE color: 13894058.
HSL color Cylindrical-coordinate representation of color #AA01D4: hue angle of 288.06º 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 #AA01D4 is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 1 | 212 | - |
| CMYK | 0.20 | 1.00 | 0 | 0.17 |
| HSL | 288.06º | 0.99% | 0.42% | - |
| HSV(B) | 288.06º | 1% | 0.83% | - |
| XYZ | 28.47 | 13.32 | 63.36 | - |
| YUV | 75.59 | 204.99 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 212 | 0.20 | 1.00 | 0 | 0.17 | 288.06 | 0.99 | 0.42 |
| Hex | AA | 1 | D4 | 14 | 64 | 0 | 11 | 120 | 63 | 2A |
| Octal | 252 | 1 | 324 | 24 | 144 | 0 | 21 | 440 | 143 | 52 |
| Binary | 10101010 | 1 | 11010100 | 10100 | 1100100 | 0 | 10001 | 100100000 | 1100011 | 101010 |
Color Harmonies of #AA01D4
Complementary color
Monochromatic Colors of #AA01D4
Black with #AA01D4
Text Example
Text Example
White with #AA01D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA01D4; }
p { color: rgb(170,1,212); }
H1.HeaderClassName
{
color: #AA01D4;
}
.AnyTagClassName
{
color: #AA01D4;
}
</style>
background-color css
<style>
a { background-color: #AA01D4; }
a { background-color: rgb(170,1,212); }
div.DivClassName
{
background-color: #AA01D4;
}
.BgClassName
{
background-color: #AA01D4;
}
</style>
border-color css
<style>
span { border-color: #AA01D4; }
span { border-color: rgb(170,1,212); }
td.TdClassName
{
border-color: #AA01D4;
}
.TagClassName
{
border-color: #AA01D4;
}
</style>