Shades of Deep Magenta #AA0CAF
Tints of Deep Magenta #AA0CAF
RGB
CMYK
RGB Variations
Color information
#AA0CAF (or 0xAA0CAF) is known color: Deep Magenta. HEX triplet: AA, 0C and AF. RGB value is (170,12,175). Sum of RGB (Red+Green+Blue) = 170+12+175=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA0CAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0CAF is #55F350. Grayscale: #4D4D4D. Windows color (decimal): -5632849 or 11472042. OLE color: 11472042.
HSL color Cylindrical-coordinate representation of color #AA0CAF: hue angle of 298.16º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0CAF is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 12 | 175 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.31 |
| HSL | 298.16º | 0.87% | 0.37% | - |
| HSV(B) | 298.16º | 0.93% | 0.69% | - |
| XYZ | 24.45 | 11.9 | 41.57 | - |
| YUV | 77.82 | 182.85 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 175 | 0.03 | 0.93 | 0 | 0.31 | 298.16 | 0.87 | 0.37 |
| Hex | AA | C | AF | 3 | 5D | 0 | 1F | 12A | 57 | 25 |
| Octal | 252 | 14 | 257 | 3 | 135 | 0 | 37 | 452 | 127 | 45 |
| Binary | 10101010 | 1100 | 10101111 | 11 | 1011101 | 0 | 11111 | 100101010 | 1010111 | 100101 |
Color Harmonies of #AA0CAF
Complementary color
Monochromatic Colors of #AA0CAF
Black with #AA0CAF
Text Example
Text Example
White with #AA0CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CAF; }
p { color: rgb(170,12,175); }
H1.HeaderClassName
{
color: #AA0CAF;
}
.AnyTagClassName
{
color: #AA0CAF;
}
</style>
background-color css
<style>
a { background-color: #AA0CAF; }
a { background-color: rgb(170,12,175); }
div.DivClassName
{
background-color: #AA0CAF;
}
.BgClassName
{
background-color: #AA0CAF;
}
</style>
border-color css
<style>
span { border-color: #AA0CAF; }
span { border-color: rgb(170,12,175); }
td.TdClassName
{
border-color: #AA0CAF;
}
.TagClassName
{
border-color: #AA0CAF;
}
</style>