Shades of Dark Magenta #AA1CA1
Tints of Dark Magenta #AA1CA1
RGB
CMYK
RGB Variations
Color information
#AA1CA1 (or 0xAA1CA1) is known color: Dark Magenta. HEX triplet: AA, 1C and A1. RGB value is (170,28,161). Sum of RGB (Red+Green+Blue) = 170+28+161=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 161 (63.28% from 255 or 44.85% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1CA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1CA1 is #55E35E. Grayscale: #555555. Windows color (decimal): -5628767 or 10558634. OLE color: 10558634.
HSL color Cylindrical-coordinate representation of color #AA1CA1: hue angle of 303.8º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1CA1 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 28 | 161 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.33 |
| HSL | 303.8º | 0.72% | 0.39% | - |
| HSV(B) | 303.8º | 0.84% | 0.67% | - |
| XYZ | 23.43 | 11.95 | 34.79 | - |
| YUV | 85.62 | 170.54 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 161 | 0 | 0.84 | 0.05 | 0.33 | 303.8 | 0.72 | 0.39 |
| Hex | AA | 1C | A1 | 0 | 54 | 5 | 21 | 130 | 48 | 27 |
| Octal | 252 | 34 | 241 | 0 | 124 | 5 | 41 | 460 | 110 | 47 |
| Binary | 10101010 | 11100 | 10100001 | 0 | 1010100 | 101 | 100001 | 100110000 | 1001000 | 100111 |
Color Harmonies of #AA1CA1
Complementary color
Monochromatic Colors of #AA1CA1
Black with #AA1CA1
Text Example
Text Example
White with #AA1CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1CA1; }
p { color: rgb(170,28,161); }
H1.HeaderClassName
{
color: #AA1CA1;
}
.AnyTagClassName
{
color: #AA1CA1;
}
</style>
background-color css
<style>
a { background-color: #AA1CA1; }
a { background-color: rgb(170,28,161); }
div.DivClassName
{
background-color: #AA1CA1;
}
.BgClassName
{
background-color: #AA1CA1;
}
</style>
border-color css
<style>
span { border-color: #AA1CA1; }
span { border-color: rgb(170,28,161); }
td.TdClassName
{
border-color: #AA1CA1;
}
.TagClassName
{
border-color: #AA1CA1;
}
</style>