Shades of Dark Magenta #A90488
Tints of Dark Magenta #A90488
RGB
CMYK
RGB Variations
Color information
#A90488 (or 0xA90488) is known color: Dark Magenta. HEX triplet: A9, 04 and 88. RGB value is (169,4,136). Sum of RGB (Red+Green+Blue) = 169+4+136=309 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.69% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 169 - color contains mainly: red. Hex color #A90488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90488 is #56FB77. Grayscale: #444444. Windows color (decimal): -5700472 or 8914089. OLE color: 8914089.
HSL color Cylindrical-coordinate representation of color #A90488: hue angle of 312º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A90488 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 4 | 136 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.34 |
| HSL | 312º | 0.95% | 0.34% | - |
| HSV(B) | 312º | 0.98% | 0.66% | - |
| XYZ | 20.85 | 10.3 | 24.18 | - |
| YUV | 68.38 | 166.16 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 4 | 136 | 0 | 0.98 | 0.20 | 0.34 | 312 | 0.95 | 0.34 |
| Hex | A9 | 4 | 88 | 0 | 62 | 14 | 22 | 138 | 5F | 22 |
| Octal | 251 | 4 | 210 | 0 | 142 | 24 | 42 | 470 | 137 | 42 |
| Binary | 10101001 | 100 | 10001000 | 0 | 1100010 | 10100 | 100010 | 100111000 | 1011111 | 100010 |
Color Harmonies of #A90488
Complementary color
Monochromatic Colors of #A90488
Black with #A90488
Text Example
Text Example
White with #A90488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90488; }
p { color: rgb(169,4,136); }
H1.HeaderClassName
{
color: #A90488;
}
.AnyTagClassName
{
color: #A90488;
}
</style>
background-color css
<style>
a { background-color: #A90488; }
a { background-color: rgb(169,4,136); }
div.DivClassName
{
background-color: #A90488;
}
.BgClassName
{
background-color: #A90488;
}
</style>
border-color css
<style>
span { border-color: #A90488; }
span { border-color: rgb(169,4,136); }
td.TdClassName
{
border-color: #A90488;
}
.TagClassName
{
border-color: #A90488;
}
</style>