Shades of Dark Violet #AA0CB7
Tints of Dark Violet #AA0CB7
RGB
CMYK
RGB Variations
Color information
#AA0CB7 (or 0xAA0CB7) is known color: Dark Violet. HEX triplet: AA, 0C and B7. RGB value is (170,12,183). Sum of RGB (Red+Green+Blue) = 170+12+183=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 183 (71.88% from 255 or 50.14% from 365); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA0CB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CB7 is #55F348. Grayscale: #4E4E4E. Windows color (decimal): -5632841 or 11996330. OLE color: 11996330.
HSL color Cylindrical-coordinate representation of color #AA0CB7: hue angle of 295.44º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0CB7 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 12 | 183 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.28 |
| HSL | 295.44º | 0.88% | 0.38% | - |
| HSV(B) | 295.44º | 0.93% | 0.72% | - |
| XYZ | 25.26 | 12.23 | 45.83 | - |
| YUV | 78.74 | 186.85 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 183 | 0.07 | 0.93 | 0 | 0.28 | 295.44 | 0.88 | 0.38 |
| Hex | AA | C | B7 | 7 | 5D | 0 | 1C | 127 | 58 | 26 |
| Octal | 252 | 14 | 267 | 7 | 135 | 0 | 34 | 447 | 130 | 46 |
| Binary | 10101010 | 1100 | 10110111 | 111 | 1011101 | 0 | 11100 | 100100111 | 1011000 | 100110 |
Color Harmonies of #AA0CB7
Complementary color
Monochromatic Colors of #AA0CB7
Black with #AA0CB7
Text Example
Text Example
White with #AA0CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CB7; }
p { color: rgb(170,12,183); }
H1.HeaderClassName
{
color: #AA0CB7;
}
.AnyTagClassName
{
color: #AA0CB7;
}
</style>
background-color css
<style>
a { background-color: #AA0CB7; }
a { background-color: rgb(170,12,183); }
div.DivClassName
{
background-color: #AA0CB7;
}
.BgClassName
{
background-color: #AA0CB7;
}
</style>
border-color css
<style>
span { border-color: #AA0CB7; }
span { border-color: rgb(170,12,183); }
td.TdClassName
{
border-color: #AA0CB7;
}
.TagClassName
{
border-color: #AA0CB7;
}
</style>