Shades of Dark Violet #AA11D5
Tints of Dark Violet #AA11D5
RGB
CMYK
RGB Variations
Color information
#AA11D5 (or 0xAA11D5) is known color: Dark Violet. HEX triplet: AA, 11 and D5. RGB value is (170,17,213). Sum of RGB (Red+Green+Blue) = 170+17+213=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 213 (83.59% from 255 or 53.25% from 400); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA11D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA11D5 is #55EE2A. Grayscale: #545454. Windows color (decimal): -5631531 or 13963690. OLE color: 13963690.
HSL color Cylindrical-coordinate representation of color #AA11D5: hue angle of 286.84º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA11D5 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 17 | 213 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.16 |
| HSL | 286.84º | 0.85% | 0.45% | - |
| HSV(B) | 286.84º | 0.92% | 0.84% | - |
| XYZ | 28.79 | 13.75 | 64.09 | - |
| YUV | 85.09 | 200.19 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 213 | 0.20 | 0.92 | 0 | 0.16 | 286.84 | 0.85 | 0.45 |
| Hex | AA | 11 | D5 | 14 | 5C | 0 | 10 | 11F | 55 | 2D |
| Octal | 252 | 21 | 325 | 24 | 134 | 0 | 20 | 437 | 125 | 55 |
| Binary | 10101010 | 10001 | 11010101 | 10100 | 1011100 | 0 | 10000 | 100011111 | 1010101 | 101101 |
Color Harmonies of #AA11D5
Complementary color
Monochromatic Colors of #AA11D5
Black with #AA11D5
Text Example
Text Example
White with #AA11D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA11D5; }
p { color: rgb(170,17,213); }
H1.HeaderClassName
{
color: #AA11D5;
}
.AnyTagClassName
{
color: #AA11D5;
}
</style>
background-color css
<style>
a { background-color: #AA11D5; }
a { background-color: rgb(170,17,213); }
div.DivClassName
{
background-color: #AA11D5;
}
.BgClassName
{
background-color: #AA11D5;
}
</style>
border-color css
<style>
span { border-color: #AA11D5; }
span { border-color: rgb(170,17,213); }
td.TdClassName
{
border-color: #AA11D5;
}
.TagClassName
{
border-color: #AA11D5;
}
</style>