Shades of Dark Violet #AA0DBD
Tints of Dark Violet #AA0DBD
RGB
CMYK
RGB Variations
Color information
#AA0DBD (or 0xAA0DBD) is known color: Dark Violet. HEX triplet: AA, 0D and BD. RGB value is (170,13,189). Sum of RGB (Red+Green+Blue) = 170+13+189=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA0DBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DBD is #55F242. Grayscale: #4F4F4F. Windows color (decimal): -5632579 or 12389802. OLE color: 12389802.
HSL color Cylindrical-coordinate representation of color #AA0DBD: hue angle of 293.52º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0DBD is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 13 | 189 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.26 |
| HSL | 293.52º | 0.87% | 0.4% | - |
| HSV(B) | 293.52º | 0.93% | 0.74% | - |
| XYZ | 25.91 | 12.51 | 49.19 | - |
| YUV | 80.01 | 189.51 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 189 | 0.10 | 0.93 | 0 | 0.26 | 293.52 | 0.87 | 0.4 |
| Hex | AA | D | BD | A | 5D | 0 | 1A | 126 | 57 | 28 |
| Octal | 252 | 15 | 275 | 12 | 135 | 0 | 32 | 446 | 127 | 50 |
| Binary | 10101010 | 1101 | 10111101 | 1010 | 1011101 | 0 | 11010 | 100100110 | 1010111 | 101000 |
Color Harmonies of #AA0DBD
Complementary color
Monochromatic Colors of #AA0DBD
Black with #AA0DBD
Text Example
Text Example
White with #AA0DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DBD; }
p { color: rgb(170,13,189); }
H1.HeaderClassName
{
color: #AA0DBD;
}
.AnyTagClassName
{
color: #AA0DBD;
}
</style>
background-color css
<style>
a { background-color: #AA0DBD; }
a { background-color: rgb(170,13,189); }
div.DivClassName
{
background-color: #AA0DBD;
}
.BgClassName
{
background-color: #AA0DBD;
}
</style>
border-color css
<style>
span { border-color: #AA0DBD; }
span { border-color: rgb(170,13,189); }
td.TdClassName
{
border-color: #AA0DBD;
}
.TagClassName
{
border-color: #AA0DBD;
}
</style>