Shades of Dark Violet #AA0DC3
Tints of Dark Violet #AA0DC3
RGB
CMYK
RGB Variations
Color information
#AA0DC3 (or 0xAA0DC3) is known color: Dark Violet. HEX triplet: AA, 0D and C3. RGB value is (170,13,195). Sum of RGB (Red+Green+Blue) = 170+13+195=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 195 (76.56% from 255 or 51.59% from 378); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA0DC3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DC3 is #55F23C. Grayscale: #505050. Windows color (decimal): -5632573 or 12783018. OLE color: 12783018.
HSL color Cylindrical-coordinate representation of color #AA0DC3: hue angle of 291.76º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0DC3 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 13 | 195 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.24 |
| HSL | 291.76º | 0.88% | 0.41% | - |
| HSV(B) | 291.76º | 0.93% | 0.76% | - |
| XYZ | 26.57 | 12.77 | 52.69 | - |
| YUV | 80.69 | 192.51 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 195 | 0.13 | 0.93 | 0 | 0.24 | 291.76 | 0.88 | 0.41 |
| Hex | AA | D | C3 | D | 5D | 0 | 18 | 124 | 58 | 29 |
| Octal | 252 | 15 | 303 | 15 | 135 | 0 | 30 | 444 | 130 | 51 |
| Binary | 10101010 | 1101 | 11000011 | 1101 | 1011101 | 0 | 11000 | 100100100 | 1011000 | 101001 |
Color Harmonies of #AA0DC3
Complementary color
Monochromatic Colors of #AA0DC3
Black with #AA0DC3
Text Example
Text Example
White with #AA0DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DC3; }
p { color: rgb(170,13,195); }
H1.HeaderClassName
{
color: #AA0DC3;
}
.AnyTagClassName
{
color: #AA0DC3;
}
</style>
background-color css
<style>
a { background-color: #AA0DC3; }
a { background-color: rgb(170,13,195); }
div.DivClassName
{
background-color: #AA0DC3;
}
.BgClassName
{
background-color: #AA0DC3;
}
</style>
border-color css
<style>
span { border-color: #AA0DC3; }
span { border-color: rgb(170,13,195); }
td.TdClassName
{
border-color: #AA0DC3;
}
.TagClassName
{
border-color: #AA0DC3;
}
</style>