Shades of Dark Magenta #A5088D
Tints of Dark Magenta #A5088D
RGB
CMYK
RGB Variations
Color information
#A5088D (or 0xA5088D) is known color: Dark Magenta. HEX triplet: A5, 08 and 8D. RGB value is (165,8,141). Sum of RGB (Red+Green+Blue) = 165+8+141=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A5088D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5088D is #5AF772. Grayscale: #454545. Windows color (decimal): -5961587 or 9242789. OLE color: 9242789.
HSL color Cylindrical-coordinate representation of color #A5088D: hue angle of 309.17º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5088D is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 8 | 141 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.35 |
| HSL | 309.17º | 0.91% | 0.34% | - |
| HSV(B) | 309.17º | 0.95% | 0.65% | - |
| XYZ | 20.41 | 10.1 | 26.07 | - |
| YUV | 70.11 | 168.01 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 8 | 141 | 0 | 0.95 | 0.15 | 0.35 | 309.17 | 0.91 | 0.34 |
| Hex | A5 | 8 | 8D | 0 | 5F | F | 23 | 135 | 5B | 22 |
| Octal | 245 | 10 | 215 | 0 | 137 | 17 | 43 | 465 | 133 | 42 |
| Binary | 10100101 | 1000 | 10001101 | 0 | 1011111 | 1111 | 100011 | 100110101 | 1011011 | 100010 |
Color Harmonies of #A5088D
Complementary color
Monochromatic Colors of #A5088D
Black with #A5088D
Text Example
Text Example
White with #A5088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5088D; }
p { color: rgb(165,8,141); }
H1.HeaderClassName
{
color: #A5088D;
}
.AnyTagClassName
{
color: #A5088D;
}
</style>
background-color css
<style>
a { background-color: #A5088D; }
a { background-color: rgb(165,8,141); }
div.DivClassName
{
background-color: #A5088D;
}
.BgClassName
{
background-color: #A5088D;
}
</style>
border-color css
<style>
span { border-color: #A5088D; }
span { border-color: rgb(165,8,141); }
td.TdClassName
{
border-color: #A5088D;
}
.TagClassName
{
border-color: #A5088D;
}
</style>