Shades of Dark Violet #AA0DD7
Tints of Dark Violet #AA0DD7
RGB
CMYK
RGB Variations
Color information
#AA0DD7 (or 0xAA0DD7) is known color: Dark Violet. HEX triplet: AA, 0D and D7. RGB value is (170,13,215). Sum of RGB (Red+Green+Blue) = 170+13+215=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 215 (84.38% from 255 or 54.02% from 398); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA0DD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DD7 is #55F228. Grayscale: #525252. Windows color (decimal): -5632553 or 14093738. OLE color: 14093738.
HSL color Cylindrical-coordinate representation of color #AA0DD7: hue angle of 286.63º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0DD7 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 13 | 215 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.16 |
| HSL | 286.63º | 0.89% | 0.45% | - |
| HSV(B) | 286.63º | 0.94% | 0.84% | - |
| XYZ | 28.99 | 13.74 | 65.41 | - |
| YUV | 82.97 | 202.51 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 215 | 0.21 | 0.94 | 0 | 0.16 | 286.63 | 0.89 | 0.45 |
| Hex | AA | D | D7 | 15 | 5E | 0 | 10 | 11F | 59 | 2D |
| Octal | 252 | 15 | 327 | 25 | 136 | 0 | 20 | 437 | 131 | 55 |
| Binary | 10101010 | 1101 | 11010111 | 10101 | 1011110 | 0 | 10000 | 100011111 | 1011001 | 101101 |
Color Harmonies of #AA0DD7
Complementary color
Monochromatic Colors of #AA0DD7
Black with #AA0DD7
Text Example
Text Example
White with #AA0DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DD7; }
p { color: rgb(170,13,215); }
H1.HeaderClassName
{
color: #AA0DD7;
}
.AnyTagClassName
{
color: #AA0DD7;
}
</style>
background-color css
<style>
a { background-color: #AA0DD7; }
a { background-color: rgb(170,13,215); }
div.DivClassName
{
background-color: #AA0DD7;
}
.BgClassName
{
background-color: #AA0DD7;
}
</style>
border-color css
<style>
span { border-color: #AA0DD7; }
span { border-color: rgb(170,13,215); }
td.TdClassName
{
border-color: #AA0DD7;
}
.TagClassName
{
border-color: #AA0DD7;
}
</style>