Shades of Dark Magenta #A5028B
Tints of Dark Magenta #A5028B
RGB
CMYK
RGB Variations
Color information
#A5028B (or 0xA5028B) is known color: Dark Magenta. HEX triplet: A5, 02 and 8B. RGB value is (165,2,139). Sum of RGB (Red+Green+Blue) = 165+2+139=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A5028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5028B is #5AFD74. Grayscale: #414141. Windows color (decimal): -5963125 or 9110181. OLE color: 9110181.
HSL color Cylindrical-coordinate representation of color #A5028B: hue angle of 309.57º 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 #A5028B is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.35 |
| HSL | 309.57º | 0.98% | 0.33% | - |
| HSV(B) | 309.57º | 0.99% | 0.65% | - |
| XYZ | 20.2 | 9.91 | 25.27 | - |
| YUV | 66.36 | 169 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 139 | 0 | 0.99 | 0.16 | 0.35 | 309.57 | 0.98 | 0.33 |
| Hex | A5 | 2 | 8B | 0 | 63 | 10 | 23 | 136 | 62 | 21 |
| Octal | 245 | 2 | 213 | 0 | 143 | 20 | 43 | 466 | 142 | 41 |
| Binary | 10100101 | 10 | 10001011 | 0 | 1100011 | 10000 | 100011 | 100110110 | 1100010 | 100001 |
Color Harmonies of #A5028B
Complementary color
Monochromatic Colors of #A5028B
Black with #A5028B
Text Example
Text Example
White with #A5028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5028B; }
p { color: rgb(165,2,139); }
H1.HeaderClassName
{
color: #A5028B;
}
.AnyTagClassName
{
color: #A5028B;
}
</style>
background-color css
<style>
a { background-color: #A5028B; }
a { background-color: rgb(165,2,139); }
div.DivClassName
{
background-color: #A5028B;
}
.BgClassName
{
background-color: #A5028B;
}
</style>
border-color css
<style>
span { border-color: #A5028B; }
span { border-color: rgb(165,2,139); }
td.TdClassName
{
border-color: #A5028B;
}
.TagClassName
{
border-color: #A5028B;
}
</style>