Shades of Dark Magenta #AA1BA2
Tints of Dark Magenta #AA1BA2
RGB
CMYK
RGB Variations
Color information
#AA1BA2 (or 0xAA1BA2) is known color: Dark Magenta. HEX triplet: AA, 1B and A2. RGB value is (170,27,162). Sum of RGB (Red+Green+Blue) = 170+27+162=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1BA2 is #55E45D. Grayscale: #545454. Windows color (decimal): -5629022 or 10623914. OLE color: 10623914.
HSL color Cylindrical-coordinate representation of color #AA1BA2: hue angle of 303.36º degrees, saturation: 0.73, 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 #AA1BA2 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 27 | 162 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.33 |
| HSL | 303.36º | 0.73% | 0.39% | - |
| HSV(B) | 303.36º | 0.84% | 0.67% | - |
| XYZ | 23.49 | 11.94 | 35.25 | - |
| YUV | 85.15 | 171.38 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 162 | 0 | 0.84 | 0.05 | 0.33 | 303.36 | 0.73 | 0.39 |
| Hex | AA | 1B | A2 | 0 | 54 | 5 | 21 | 12F | 49 | 27 |
| Octal | 252 | 33 | 242 | 0 | 124 | 5 | 41 | 457 | 111 | 47 |
| Binary | 10101010 | 11011 | 10100010 | 0 | 1010100 | 101 | 100001 | 100101111 | 1001001 | 100111 |
Color Harmonies of #AA1BA2
Complementary color
Monochromatic Colors of #AA1BA2
Black with #AA1BA2
Text Example
Text Example
White with #AA1BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1BA2; }
p { color: rgb(170,27,162); }
H1.HeaderClassName
{
color: #AA1BA2;
}
.AnyTagClassName
{
color: #AA1BA2;
}
</style>
background-color css
<style>
a { background-color: #AA1BA2; }
a { background-color: rgb(170,27,162); }
div.DivClassName
{
background-color: #AA1BA2;
}
.BgClassName
{
background-color: #AA1BA2;
}
</style>
border-color css
<style>
span { border-color: #AA1BA2; }
span { border-color: rgb(170,27,162); }
td.TdClassName
{
border-color: #AA1BA2;
}
.TagClassName
{
border-color: #AA1BA2;
}
</style>