Shades of Dark Violet #AA0DC1
Tints of Dark Violet #AA0DC1
RGB
CMYK
RGB Variations
Color information
#AA0DC1 (or 0xAA0DC1) is known color: Dark Violet. HEX triplet: AA, 0D and C1. RGB value is (170,13,193). Sum of RGB (Red+Green+Blue) = 170+13+193=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 193 (75.78% from 255 or 51.33% from 376); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA0DC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DC1 is #55F23E. Grayscale: #4F4F4F. Windows color (decimal): -5632575 or 12651946. OLE color: 12651946.
HSL color Cylindrical-coordinate representation of color #AA0DC1: hue angle of 292.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0DC1 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 13 | 193 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.24 |
| HSL | 292.33º | 0.87% | 0.4% | - |
| HSV(B) | 292.33º | 0.93% | 0.76% | - |
| XYZ | 26.35 | 12.68 | 51.51 | - |
| YUV | 80.46 | 191.51 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 193 | 0.12 | 0.93 | 0 | 0.24 | 292.33 | 0.87 | 0.4 |
| Hex | AA | D | C1 | C | 5D | 0 | 18 | 124 | 57 | 28 |
| Octal | 252 | 15 | 301 | 14 | 135 | 0 | 30 | 444 | 127 | 50 |
| Binary | 10101010 | 1101 | 11000001 | 1100 | 1011101 | 0 | 11000 | 100100100 | 1010111 | 101000 |
Color Harmonies of #AA0DC1
Complementary color
Monochromatic Colors of #AA0DC1
Black with #AA0DC1
Text Example
Text Example
White with #AA0DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DC1; }
p { color: rgb(170,13,193); }
H1.HeaderClassName
{
color: #AA0DC1;
}
.AnyTagClassName
{
color: #AA0DC1;
}
</style>
background-color css
<style>
a { background-color: #AA0DC1; }
a { background-color: rgb(170,13,193); }
div.DivClassName
{
background-color: #AA0DC1;
}
.BgClassName
{
background-color: #AA0DC1;
}
</style>
border-color css
<style>
span { border-color: #AA0DC1; }
span { border-color: rgb(170,13,193); }
td.TdClassName
{
border-color: #AA0DC1;
}
.TagClassName
{
border-color: #AA0DC1;
}
</style>