Shades of Dark Magenta #AA0CA5
Tints of Dark Magenta #AA0CA5
RGB
CMYK
RGB Variations
Color information
#AA0CA5 (or 0xAA0CA5) is known color: Dark Magenta. HEX triplet: AA, 0C and A5. RGB value is (170,12,165). Sum of RGB (Red+Green+Blue) = 170+12+165=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 165 (64.84% from 255 or 47.55% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0CA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0CA5 is #55F35A. Grayscale: #4C4C4C. Windows color (decimal): -5632859 or 10816682. OLE color: 10816682.
HSL color Cylindrical-coordinate representation of color #AA0CA5: hue angle of 301.9º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0CA5 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 12 | 165 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.33 |
| HSL | 301.9º | 0.87% | 0.36% | - |
| HSV(B) | 301.9º | 0.93% | 0.67% | - |
| XYZ | 23.5 | 11.53 | 36.58 | - |
| YUV | 76.68 | 177.85 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 165 | 0 | 0.93 | 0.03 | 0.33 | 301.9 | 0.87 | 0.36 |
| Hex | AA | C | A5 | 0 | 5D | 3 | 21 | 12E | 57 | 24 |
| Octal | 252 | 14 | 245 | 0 | 135 | 3 | 41 | 456 | 127 | 44 |
| Binary | 10101010 | 1100 | 10100101 | 0 | 1011101 | 11 | 100001 | 100101110 | 1010111 | 100100 |
Color Harmonies of #AA0CA5
Complementary color
Monochromatic Colors of #AA0CA5
Black with #AA0CA5
Text Example
Text Example
White with #AA0CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CA5; }
p { color: rgb(170,12,165); }
H1.HeaderClassName
{
color: #AA0CA5;
}
.AnyTagClassName
{
color: #AA0CA5;
}
</style>
background-color css
<style>
a { background-color: #AA0CA5; }
a { background-color: rgb(170,12,165); }
div.DivClassName
{
background-color: #AA0CA5;
}
.BgClassName
{
background-color: #AA0CA5;
}
</style>
border-color css
<style>
span { border-color: #AA0CA5; }
span { border-color: rgb(170,12,165); }
td.TdClassName
{
border-color: #AA0CA5;
}
.TagClassName
{
border-color: #AA0CA5;
}
</style>