Shades of Dark Magenta #A5088C
Tints of Dark Magenta #A5088C
RGB
CMYK
RGB Variations
Color information
#A5088C (or 0xA5088C) is known color: Dark Magenta. HEX triplet: A5, 08 and 8C. RGB value is (165,8,140). Sum of RGB (Red+Green+Blue) = 165+8+140=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A5088C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5088C is #5AF773. Grayscale: #454545. Windows color (decimal): -5961588 or 9177253. OLE color: 9177253.
HSL color Cylindrical-coordinate representation of color #A5088C: hue angle of 309.55º 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 #A5088C is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 8 | 140 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.35 |
| HSL | 309.55º | 0.91% | 0.34% | - |
| HSV(B) | 309.55º | 0.95% | 0.65% | - |
| XYZ | 20.34 | 10.07 | 25.68 | - |
| YUV | 69.99 | 167.51 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 8 | 140 | 0 | 0.95 | 0.15 | 0.35 | 309.55 | 0.91 | 0.34 |
| Hex | A5 | 8 | 8C | 0 | 5F | F | 23 | 136 | 5B | 22 |
| Octal | 245 | 10 | 214 | 0 | 137 | 17 | 43 | 466 | 133 | 42 |
| Binary | 10100101 | 1000 | 10001100 | 0 | 1011111 | 1111 | 100011 | 100110110 | 1011011 | 100010 |
Color Harmonies of #A5088C
Complementary color
Monochromatic Colors of #A5088C
Black with #A5088C
Text Example
Text Example
White with #A5088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5088C; }
p { color: rgb(165,8,140); }
H1.HeaderClassName
{
color: #A5088C;
}
.AnyTagClassName
{
color: #A5088C;
}
</style>
background-color css
<style>
a { background-color: #A5088C; }
a { background-color: rgb(165,8,140); }
div.DivClassName
{
background-color: #A5088C;
}
.BgClassName
{
background-color: #A5088C;
}
</style>
border-color css
<style>
span { border-color: #A5088C; }
span { border-color: rgb(165,8,140); }
td.TdClassName
{
border-color: #A5088C;
}
.TagClassName
{
border-color: #A5088C;
}
</style>