Shades of Dark Magenta #A5079A
Tints of Dark Magenta #A5079A
RGB
CMYK
RGB Variations
Color information
#A5079A (or 0xA5079A) is known color: Dark Magenta. HEX triplet: A5, 07 and 9A. RGB value is (165,7,154). Sum of RGB (Red+Green+Blue) = 165+7+154=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A5079A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5079A is #5AF865. Grayscale: #464646. Windows color (decimal): -5961830 or 10094501. OLE color: 10094501.
HSL color Cylindrical-coordinate representation of color #A5079A: hue angle of 304.18º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A5079A is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 7 | 154 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.35 |
| HSL | 304.18º | 0.92% | 0.34% | - |
| HSV(B) | 304.18º | 0.96% | 0.65% | - |
| XYZ | 21.43 | 10.48 | 31.47 | - |
| YUV | 71 | 174.85 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 7 | 154 | 0 | 0.96 | 0.07 | 0.35 | 304.18 | 0.92 | 0.34 |
| Hex | A5 | 7 | 9A | 0 | 60 | 7 | 23 | 130 | 5C | 22 |
| Octal | 245 | 7 | 232 | 0 | 140 | 7 | 43 | 460 | 134 | 42 |
| Binary | 10100101 | 111 | 10011010 | 0 | 1100000 | 111 | 100011 | 100110000 | 1011100 | 100010 |
Color Harmonies of #A5079A
Complementary color
Monochromatic Colors of #A5079A
Black with #A5079A
Text Example
Text Example
White with #A5079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5079A; }
p { color: rgb(165,7,154); }
H1.HeaderClassName
{
color: #A5079A;
}
.AnyTagClassName
{
color: #A5079A;
}
</style>
background-color css
<style>
a { background-color: #A5079A; }
a { background-color: rgb(165,7,154); }
div.DivClassName
{
background-color: #A5079A;
}
.BgClassName
{
background-color: #A5079A;
}
</style>
border-color css
<style>
span { border-color: #A5079A; }
span { border-color: rgb(165,7,154); }
td.TdClassName
{
border-color: #A5079A;
}
.TagClassName
{
border-color: #A5079A;
}
</style>