Shades of Dark Magenta #AA048A
Tints of Dark Magenta #AA048A
RGB
CMYK
RGB Variations
Color information
#AA048A (or 0xAA048A) is known color: Dark Magenta. HEX triplet: AA, 04 and 8A. RGB value is (170,4,138). Sum of RGB (Red+Green+Blue) = 170+4+138=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA048A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA048A is #55FB75. Grayscale: #444444. Windows color (decimal): -5634934 or 9045162. OLE color: 9045162.
HSL color Cylindrical-coordinate representation of color #AA048A: hue angle of 311.57º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA048A is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 138 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.33 |
| HSL | 311.57º | 0.95% | 0.34% | - |
| HSV(B) | 311.57º | 0.98% | 0.67% | - |
| XYZ | 21.21 | 10.47 | 24.95 | - |
| YUV | 68.91 | 167 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 138 | 0 | 0.98 | 0.19 | 0.33 | 311.57 | 0.95 | 0.34 |
| Hex | AA | 4 | 8A | 0 | 62 | 13 | 21 | 138 | 5F | 22 |
| Octal | 252 | 4 | 212 | 0 | 142 | 23 | 41 | 470 | 137 | 42 |
| Binary | 10101010 | 100 | 10001010 | 0 | 1100010 | 10011 | 100001 | 100111000 | 1011111 | 100010 |
Color Harmonies of #AA048A
Complementary color
Monochromatic Colors of #AA048A
Black with #AA048A
Text Example
Text Example
White with #AA048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA048A; }
p { color: rgb(170,4,138); }
H1.HeaderClassName
{
color: #AA048A;
}
.AnyTagClassName
{
color: #AA048A;
}
</style>
background-color css
<style>
a { background-color: #AA048A; }
a { background-color: rgb(170,4,138); }
div.DivClassName
{
background-color: #AA048A;
}
.BgClassName
{
background-color: #AA048A;
}
</style>
border-color css
<style>
span { border-color: #AA048A; }
span { border-color: rgb(170,4,138); }
td.TdClassName
{
border-color: #AA048A;
}
.TagClassName
{
border-color: #AA048A;
}
</style>