Shades of Dark Magenta #A50484
Tints of Dark Magenta #A50484
RGB
CMYK
RGB Variations
Color information
#A50484 (or 0xA50484) is known color: Dark Magenta. HEX triplet: A5, 04 and 84. RGB value is (165,4,132). Sum of RGB (Red+Green+Blue) = 165+4+132=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A50484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50484 is #5AFB7B. Grayscale: #424242. Windows color (decimal): -5962620 or 8651941. OLE color: 8651941.
HSL color Cylindrical-coordinate representation of color #A50484: hue angle of 312.3º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A50484 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 4 | 132 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.35 |
| HSL | 312.3º | 0.95% | 0.33% | - |
| HSV(B) | 312.3º | 0.98% | 0.65% | - |
| XYZ | 19.73 | 9.75 | 22.67 | - |
| YUV | 66.73 | 164.84 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 132 | 0 | 0.98 | 0.20 | 0.35 | 312.3 | 0.95 | 0.33 |
| Hex | A5 | 4 | 84 | 0 | 62 | 14 | 23 | 138 | 5F | 21 |
| Octal | 245 | 4 | 204 | 0 | 142 | 24 | 43 | 470 | 137 | 41 |
| Binary | 10100101 | 100 | 10000100 | 0 | 1100010 | 10100 | 100011 | 100111000 | 1011111 | 100001 |
Color Harmonies of #A50484
Complementary color
Monochromatic Colors of #A50484
Black with #A50484
Text Example
Text Example
White with #A50484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50484; }
p { color: rgb(165,4,132); }
H1.HeaderClassName
{
color: #A50484;
}
.AnyTagClassName
{
color: #A50484;
}
</style>
background-color css
<style>
a { background-color: #A50484; }
a { background-color: rgb(165,4,132); }
div.DivClassName
{
background-color: #A50484;
}
.BgClassName
{
background-color: #A50484;
}
</style>
border-color css
<style>
span { border-color: #A50484; }
span { border-color: rgb(165,4,132); }
td.TdClassName
{
border-color: #A50484;
}
.TagClassName
{
border-color: #A50484;
}
</style>