Shades of Dark Magenta #A5189E
Tints of Dark Magenta #A5189E
RGB
CMYK
RGB Variations
Color information
#A5189E (or 0xA5189E) is known color: Dark Magenta. HEX triplet: A5, 18 and 9E. RGB value is (165,24,158). Sum of RGB (Red+Green+Blue) = 165+24+158=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A5189E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5189E is #5AE761. Grayscale: #515151. Windows color (decimal): -5957474 or 10360997. OLE color: 10360997.
HSL color Cylindrical-coordinate representation of color #A5189E: hue angle of 302.98º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5189E is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 24 | 158 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.35 |
| HSL | 302.98º | 0.75% | 0.37% | - |
| HSV(B) | 302.98º | 0.85% | 0.65% | - |
| XYZ | 22.02 | 11.12 | 33.33 | - |
| YUV | 81.44 | 171.21 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 24 | 158 | 0 | 0.85 | 0.04 | 0.35 | 302.98 | 0.75 | 0.37 |
| Hex | A5 | 18 | 9E | 0 | 55 | 4 | 23 | 12F | 4B | 25 |
| Octal | 245 | 30 | 236 | 0 | 125 | 4 | 43 | 457 | 113 | 45 |
| Binary | 10100101 | 11000 | 10011110 | 0 | 1010101 | 100 | 100011 | 100101111 | 1001011 | 100101 |
Color Harmonies of #A5189E
Complementary color
Monochromatic Colors of #A5189E
Black with #A5189E
Text Example
Text Example
White with #A5189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5189E; }
p { color: rgb(165,24,158); }
H1.HeaderClassName
{
color: #A5189E;
}
.AnyTagClassName
{
color: #A5189E;
}
</style>
background-color css
<style>
a { background-color: #A5189E; }
a { background-color: rgb(165,24,158); }
div.DivClassName
{
background-color: #A5189E;
}
.BgClassName
{
background-color: #A5189E;
}
</style>
border-color css
<style>
span { border-color: #A5189E; }
span { border-color: rgb(165,24,158); }
td.TdClassName
{
border-color: #A5189E;
}
.TagClassName
{
border-color: #A5189E;
}
</style>