Shades of Dark Violet #AA0DBC
Tints of Dark Violet #AA0DBC
RGB
CMYK
RGB Variations
Color information
#AA0DBC (or 0xAA0DBC) is known color: Dark Violet. HEX triplet: AA, 0D and BC. RGB value is (170,13,188). Sum of RGB (Red+Green+Blue) = 170+13+188=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA0DBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DBC is #55F243. Grayscale: #4F4F4F. Windows color (decimal): -5632580 or 12324266. OLE color: 12324266.
HSL color Cylindrical-coordinate representation of color #AA0DBC: hue angle of 293.83º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0DBC is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 13 | 188 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.26 |
| HSL | 293.83º | 0.87% | 0.39% | - |
| HSV(B) | 293.83º | 0.93% | 0.74% | - |
| XYZ | 25.8 | 12.46 | 48.62 | - |
| YUV | 79.89 | 189.01 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 188 | 0.10 | 0.93 | 0 | 0.26 | 293.83 | 0.87 | 0.39 |
| Hex | AA | D | BC | A | 5D | 0 | 1A | 126 | 57 | 27 |
| Octal | 252 | 15 | 274 | 12 | 135 | 0 | 32 | 446 | 127 | 47 |
| Binary | 10101010 | 1101 | 10111100 | 1010 | 1011101 | 0 | 11010 | 100100110 | 1010111 | 100111 |
Color Harmonies of #AA0DBC
Complementary color
Monochromatic Colors of #AA0DBC
Black with #AA0DBC
Text Example
Text Example
White with #AA0DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DBC; }
p { color: rgb(170,13,188); }
H1.HeaderClassName
{
color: #AA0DBC;
}
.AnyTagClassName
{
color: #AA0DBC;
}
</style>
background-color css
<style>
a { background-color: #AA0DBC; }
a { background-color: rgb(170,13,188); }
div.DivClassName
{
background-color: #AA0DBC;
}
.BgClassName
{
background-color: #AA0DBC;
}
</style>
border-color css
<style>
span { border-color: #AA0DBC; }
span { border-color: rgb(170,13,188); }
td.TdClassName
{
border-color: #AA0DBC;
}
.TagClassName
{
border-color: #AA0DBC;
}
</style>