Shades of Dark Violet #AA0FDA
Tints of Dark Violet #AA0FDA
RGB
CMYK
RGB Variations
Color information
#AA0FDA (or 0xAA0FDA) is known color: Dark Violet. HEX triplet: AA, 0F and DA. RGB value is (170,15,218). Sum of RGB (Red+Green+Blue) = 170+15+218=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA0FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0FDA is #55F025. Grayscale: #535353. Windows color (decimal): -5632038 or 14290858. OLE color: 14290858.
HSL color Cylindrical-coordinate representation of color #AA0FDA: hue angle of 285.81º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0FDA is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 15 | 218 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.15 |
| HSL | 285.81º | 0.87% | 0.46% | - |
| HSV(B) | 285.81º | 0.93% | 0.85% | - |
| XYZ | 29.4 | 13.95 | 67.47 | - |
| YUV | 84.49 | 203.35 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 218 | 0.22 | 0.93 | 0 | 0.15 | 285.81 | 0.87 | 0.46 |
| Hex | AA | F | DA | 16 | 5D | 0 | F | 11E | 57 | 2E |
| Octal | 252 | 17 | 332 | 26 | 135 | 0 | 17 | 436 | 127 | 56 |
| Binary | 10101010 | 1111 | 11011010 | 10110 | 1011101 | 0 | 1111 | 100011110 | 1010111 | 101110 |
Color Harmonies of #AA0FDA
Complementary color
Monochromatic Colors of #AA0FDA
Black with #AA0FDA
Text Example
Text Example
White with #AA0FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0FDA; }
p { color: rgb(170,15,218); }
H1.HeaderClassName
{
color: #AA0FDA;
}
.AnyTagClassName
{
color: #AA0FDA;
}
</style>
background-color css
<style>
a { background-color: #AA0FDA; }
a { background-color: rgb(170,15,218); }
div.DivClassName
{
background-color: #AA0FDA;
}
.BgClassName
{
background-color: #AA0FDA;
}
</style>
border-color css
<style>
span { border-color: #AA0FDA; }
span { border-color: rgb(170,15,218); }
td.TdClassName
{
border-color: #AA0FDA;
}
.TagClassName
{
border-color: #AA0FDA;
}
</style>