Shades of Dark Violet #AA0CBC
Tints of Dark Violet #AA0CBC
RGB
CMYK
RGB Variations
Color information
#AA0CBC (or 0xAA0CBC) is known color: Dark Violet. HEX triplet: AA, 0C and BC. RGB value is (170,12,188). Sum of RGB (Red+Green+Blue) = 170+12+188=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA0CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CBC is #55F343. Grayscale: #4E4E4E. Windows color (decimal): -5632836 or 12324010. OLE color: 12324010.
HSL color Cylindrical-coordinate representation of color #AA0CBC: hue angle of 293.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0CBC is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 12 | 188 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.26 |
| HSL | 293.86º | 0.88% | 0.39% | - |
| HSV(B) | 293.86º | 0.94% | 0.74% | - |
| XYZ | 25.79 | 12.44 | 48.62 | - |
| YUV | 79.31 | 189.35 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 188 | 0.10 | 0.94 | 0 | 0.26 | 293.86 | 0.88 | 0.39 |
| Hex | AA | C | BC | A | 5E | 0 | 1A | 126 | 58 | 27 |
| Octal | 252 | 14 | 274 | 12 | 136 | 0 | 32 | 446 | 130 | 47 |
| Binary | 10101010 | 1100 | 10111100 | 1010 | 1011110 | 0 | 11010 | 100100110 | 1011000 | 100111 |
Color Harmonies of #AA0CBC
Complementary color
Monochromatic Colors of #AA0CBC
Black with #AA0CBC
Text Example
Text Example
White with #AA0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CBC; }
p { color: rgb(170,12,188); }
H1.HeaderClassName
{
color: #AA0CBC;
}
.AnyTagClassName
{
color: #AA0CBC;
}
</style>
background-color css
<style>
a { background-color: #AA0CBC; }
a { background-color: rgb(170,12,188); }
div.DivClassName
{
background-color: #AA0CBC;
}
.BgClassName
{
background-color: #AA0CBC;
}
</style>
border-color css
<style>
span { border-color: #AA0CBC; }
span { border-color: rgb(170,12,188); }
td.TdClassName
{
border-color: #AA0CBC;
}
.TagClassName
{
border-color: #AA0CBC;
}
</style>