Shades of Dark Magenta #A5028D
Tints of Dark Magenta #A5028D
RGB
CMYK
RGB Variations
Color information
#A5028D (or 0xA5028D) is known color: Dark Magenta. HEX triplet: A5, 02 and 8D. RGB value is (165,2,141). Sum of RGB (Red+Green+Blue) = 165+2+141=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A5028D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5028D is #5AFD72. Grayscale: #424242. Windows color (decimal): -5963123 or 9241253. OLE color: 9241253.
HSL color Cylindrical-coordinate representation of color #A5028D: hue angle of 308.83º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5028D is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 2 | 141 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.35 |
| HSL | 308.83º | 0.98% | 0.33% | - |
| HSV(B) | 308.83º | 0.99% | 0.65% | - |
| XYZ | 20.35 | 9.97 | 26.05 | - |
| YUV | 66.58 | 170 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 141 | 0 | 0.99 | 0.15 | 0.35 | 308.83 | 0.98 | 0.33 |
| Hex | A5 | 2 | 8D | 0 | 63 | F | 23 | 135 | 62 | 21 |
| Octal | 245 | 2 | 215 | 0 | 143 | 17 | 43 | 465 | 142 | 41 |
| Binary | 10100101 | 10 | 10001101 | 0 | 1100011 | 1111 | 100011 | 100110101 | 1100010 | 100001 |
Color Harmonies of #A5028D
Complementary color
Monochromatic Colors of #A5028D
Black with #A5028D
Text Example
Text Example
White with #A5028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5028D; }
p { color: rgb(165,2,141); }
H1.HeaderClassName
{
color: #A5028D;
}
.AnyTagClassName
{
color: #A5028D;
}
</style>
background-color css
<style>
a { background-color: #A5028D; }
a { background-color: rgb(165,2,141); }
div.DivClassName
{
background-color: #A5028D;
}
.BgClassName
{
background-color: #A5028D;
}
</style>
border-color css
<style>
span { border-color: #A5028D; }
span { border-color: rgb(165,2,141); }
td.TdClassName
{
border-color: #A5028D;
}
.TagClassName
{
border-color: #A5028D;
}
</style>