Shades of Dark Violet #AA00D5
Tints of Dark Violet #AA00D5
RGB
CMYK
RGB Variations
Color information
#AA00D5 (or 0xAA00D5) is known color: Dark Violet. HEX triplet: AA, 00 and D5. RGB value is (170,0,213). Sum of RGB (Red+Green+Blue) = 170+0+213=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 213 (83.59% from 255 or 55.61% from 383); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA00D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00D5 is #55FF2A. Grayscale: #4A4A4A. Windows color (decimal): -5635883 or 13959338. OLE color: 13959338.
HSL color Cylindrical-coordinate representation of color #AA00D5: hue angle of 287.89º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00D5 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 0 | 213 | - |
| CMYK | 0.20 | 1 | 0 | 0.16 |
| HSL | 287.89º | 1% | 0.42% | - |
| HSV(B) | 287.89º | 1% | 0.84% | - |
| XYZ | 28.59 | 13.35 | 64.02 | - |
| YUV | 75.11 | 205.82 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 213 | 0.20 | 1 | 0 | 0.16 | 287.89 | 1 | 0.42 |
| Hex | AA | 0 | D5 | 14 | 64 | 0 | 10 | 120 | 64 | 2A |
| Octal | 252 | 0 | 325 | 24 | 144 | 0 | 20 | 440 | 144 | 52 |
| Binary | 10101010 | 0 | 11010101 | 10100 | 1100100 | 0 | 10000 | 100100000 | 1100100 | 101010 |
Color Harmonies of #AA00D5
Complementary color
Monochromatic Colors of #AA00D5
Black with #AA00D5
Text Example
Text Example
White with #AA00D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA00D5; }
p { color: rgb(170,0,213); }
H1.HeaderClassName
{
color: #AA00D5;
}
.AnyTagClassName
{
color: #AA00D5;
}
</style>
background-color css
<style>
a { background-color: #AA00D5; }
a { background-color: rgb(170,0,213); }
div.DivClassName
{
background-color: #AA00D5;
}
.BgClassName
{
background-color: #AA00D5;
}
</style>
border-color css
<style>
span { border-color: #AA00D5; }
span { border-color: rgb(170,0,213); }
td.TdClassName
{
border-color: #AA00D5;
}
.TagClassName
{
border-color: #AA00D5;
}
</style>