Shades of Dark Violet #AA0CB8
Tints of Dark Violet #AA0CB8
RGB
CMYK
RGB Variations
Color information
#AA0CB8 (or 0xAA0CB8) is known color: Dark Violet. HEX triplet: AA, 0C and B8. RGB value is (170,12,184). Sum of RGB (Red+Green+Blue) = 170+12+184=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 184 (72.27% from 255 or 50.27% from 366); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA0CB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CB8 is #55F347. Grayscale: #4E4E4E. Windows color (decimal): -5632840 or 12061866. OLE color: 12061866.
HSL color Cylindrical-coordinate representation of color #AA0CB8: hue angle of 295.12º 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 #AA0CB8 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 12 | 184 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.28 |
| HSL | 295.12º | 0.88% | 0.38% | - |
| HSV(B) | 295.12º | 0.93% | 0.72% | - |
| XYZ | 25.36 | 12.27 | 46.38 | - |
| YUV | 78.85 | 187.35 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 184 | 0.08 | 0.93 | 0 | 0.28 | 295.12 | 0.88 | 0.38 |
| Hex | AA | C | B8 | 8 | 5D | 0 | 1C | 127 | 58 | 26 |
| Octal | 252 | 14 | 270 | 10 | 135 | 0 | 34 | 447 | 130 | 46 |
| Binary | 10101010 | 1100 | 10111000 | 1000 | 1011101 | 0 | 11100 | 100100111 | 1011000 | 100110 |
Color Harmonies of #AA0CB8
Complementary color
Monochromatic Colors of #AA0CB8
Black with #AA0CB8
Text Example
Text Example
White with #AA0CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CB8; }
p { color: rgb(170,12,184); }
H1.HeaderClassName
{
color: #AA0CB8;
}
.AnyTagClassName
{
color: #AA0CB8;
}
</style>
background-color css
<style>
a { background-color: #AA0CB8; }
a { background-color: rgb(170,12,184); }
div.DivClassName
{
background-color: #AA0CB8;
}
.BgClassName
{
background-color: #AA0CB8;
}
</style>
border-color css
<style>
span { border-color: #AA0CB8; }
span { border-color: rgb(170,12,184); }
td.TdClassName
{
border-color: #AA0CB8;
}
.TagClassName
{
border-color: #AA0CB8;
}
</style>