Shades of Dark Violet #AA0CCB
Tints of Dark Violet #AA0CCB
RGB
CMYK
RGB Variations
Color information
#AA0CCB (or 0xAA0CCB) is known color: Dark Violet. HEX triplet: AA, 0C and CB. RGB value is (170,12,203). Sum of RGB (Red+Green+Blue) = 170+12+203=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA0CCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CCB is #55F334. Grayscale: #505050. Windows color (decimal): -5632821 or 13307050. OLE color: 13307050.
HSL color Cylindrical-coordinate representation of color #AA0CCB: hue angle of 289.63º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0CCB is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 12 | 203 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.20 |
| HSL | 289.63º | 0.89% | 0.42% | - |
| HSV(B) | 289.63º | 0.94% | 0.8% | - |
| XYZ | 27.49 | 13.12 | 57.58 | - |
| YUV | 81.02 | 196.85 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 203 | 0.16 | 0.94 | 0 | 0.20 | 289.63 | 0.89 | 0.42 |
| Hex | AA | C | CB | 10 | 5E | 0 | 14 | 122 | 59 | 2A |
| Octal | 252 | 14 | 313 | 20 | 136 | 0 | 24 | 442 | 131 | 52 |
| Binary | 10101010 | 1100 | 11001011 | 10000 | 1011110 | 0 | 10100 | 100100010 | 1011001 | 101010 |
Color Harmonies of #AA0CCB
Complementary color
Monochromatic Colors of #AA0CCB
Black with #AA0CCB
Text Example
Text Example
White with #AA0CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CCB; }
p { color: rgb(170,12,203); }
H1.HeaderClassName
{
color: #AA0CCB;
}
.AnyTagClassName
{
color: #AA0CCB;
}
</style>
background-color css
<style>
a { background-color: #AA0CCB; }
a { background-color: rgb(170,12,203); }
div.DivClassName
{
background-color: #AA0CCB;
}
.BgClassName
{
background-color: #AA0CCB;
}
</style>
border-color css
<style>
span { border-color: #AA0CCB; }
span { border-color: rgb(170,12,203); }
td.TdClassName
{
border-color: #AA0CCB;
}
.TagClassName
{
border-color: #AA0CCB;
}
</style>