Shades of Dark Violet #AA0DDF
Tints of Dark Violet #AA0DDF
RGB
CMYK
RGB Variations
Color information
#AA0DDF (or 0xAA0DDF) is known color: Dark Violet. HEX triplet: AA, 0D and DF. RGB value is (170,13,223). Sum of RGB (Red+Green+Blue) = 170+13+223=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA0DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DDF is #55F220. Grayscale: #535353. Windows color (decimal): -5632545 or 14618026. OLE color: 14618026.
HSL color Cylindrical-coordinate representation of color #AA0DDF: hue angle of 284.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0DDF is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 13 | 223 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.13 |
| HSL | 284.86º | 0.89% | 0.46% | - |
| HSV(B) | 284.86º | 0.94% | 0.87% | - |
| XYZ | 30.04 | 14.16 | 70.96 | - |
| YUV | 83.88 | 206.51 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 223 | 0.24 | 0.94 | 0 | 0.13 | 284.86 | 0.89 | 0.46 |
| Hex | AA | D | DF | 18 | 5E | 0 | D | 11D | 59 | 2E |
| Octal | 252 | 15 | 337 | 30 | 136 | 0 | 15 | 435 | 131 | 56 |
| Binary | 10101010 | 1101 | 11011111 | 11000 | 1011110 | 0 | 1101 | 100011101 | 1011001 | 101110 |
Color Harmonies of #AA0DDF
Complementary color
Monochromatic Colors of #AA0DDF
Black with #AA0DDF
Text Example
Text Example
White with #AA0DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DDF; }
p { color: rgb(170,13,223); }
H1.HeaderClassName
{
color: #AA0DDF;
}
.AnyTagClassName
{
color: #AA0DDF;
}
</style>
background-color css
<style>
a { background-color: #AA0DDF; }
a { background-color: rgb(170,13,223); }
div.DivClassName
{
background-color: #AA0DDF;
}
.BgClassName
{
background-color: #AA0DDF;
}
</style>
border-color css
<style>
span { border-color: #AA0DDF; }
span { border-color: rgb(170,13,223); }
td.TdClassName
{
border-color: #AA0DDF;
}
.TagClassName
{
border-color: #AA0DDF;
}
</style>