Shades of Deep Magenta #AA0CB5
Tints of Deep Magenta #AA0CB5
RGB
CMYK
RGB Variations
Color information
#AA0CB5 (or 0xAA0CB5) is known color: Deep Magenta. HEX triplet: AA, 0C and B5. RGB value is (170,12,181). Sum of RGB (Red+Green+Blue) = 170+12+181=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 181 (71.09% from 255 or 49.86% from 363); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA0CB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CB5 is #55F34A. Grayscale: #4D4D4D. Windows color (decimal): -5632843 or 11865258. OLE color: 11865258.
HSL color Cylindrical-coordinate representation of color #AA0CB5: hue angle of 296.09º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0CB5 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 12 | 181 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.29 |
| HSL | 296.09º | 0.88% | 0.38% | - |
| HSV(B) | 296.09º | 0.93% | 0.71% | - |
| XYZ | 25.05 | 12.15 | 44.74 | - |
| YUV | 78.51 | 185.85 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 181 | 0.06 | 0.93 | 0 | 0.29 | 296.09 | 0.88 | 0.38 |
| Hex | AA | C | B5 | 6 | 5D | 0 | 1D | 128 | 58 | 26 |
| Octal | 252 | 14 | 265 | 6 | 135 | 0 | 35 | 450 | 130 | 46 |
| Binary | 10101010 | 1100 | 10110101 | 110 | 1011101 | 0 | 11101 | 100101000 | 1011000 | 100110 |
Color Harmonies of #AA0CB5
Complementary color
Monochromatic Colors of #AA0CB5
Black with #AA0CB5
Text Example
Text Example
White with #AA0CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CB5; }
p { color: rgb(170,12,181); }
H1.HeaderClassName
{
color: #AA0CB5;
}
.AnyTagClassName
{
color: #AA0CB5;
}
</style>
background-color css
<style>
a { background-color: #AA0CB5; }
a { background-color: rgb(170,12,181); }
div.DivClassName
{
background-color: #AA0CB5;
}
.BgClassName
{
background-color: #AA0CB5;
}
</style>
border-color css
<style>
span { border-color: #AA0CB5; }
span { border-color: rgb(170,12,181); }
td.TdClassName
{
border-color: #AA0CB5;
}
.TagClassName
{
border-color: #AA0CB5;
}
</style>