Shades of Dark Magenta #A507A8
Tints of Dark Magenta #A507A8
RGB
CMYK
RGB Variations
Color information
#A507A8 (or 0xA507A8) is known color: Dark Magenta. HEX triplet: A5, 07 and A8. RGB value is (165,7,168). Sum of RGB (Red+Green+Blue) = 165+7+168=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 168 (66.02% from 255 or 49.41% from 340); Max value from RGB is 168 - color contains mainly: blue. Hex color #A507A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A507A8 is #5AF857. Grayscale: #484848. Windows color (decimal): -5961816 or 11012005. OLE color: 11012005.
HSL color Cylindrical-coordinate representation of color #A507A8: hue angle of 298.88º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A507A8 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 7 | 168 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.34 |
| HSL | 298.88º | 0.92% | 0.34% | - |
| HSV(B) | 298.88º | 0.96% | 0.66% | - |
| XYZ | 22.66 | 10.98 | 37.97 | - |
| YUV | 72.6 | 181.85 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 7 | 168 | 0.02 | 0.96 | 0 | 0.34 | 298.88 | 0.92 | 0.34 |
| Hex | A5 | 7 | A8 | 2 | 60 | 0 | 22 | 12B | 5C | 22 |
| Octal | 245 | 7 | 250 | 2 | 140 | 0 | 42 | 453 | 134 | 42 |
| Binary | 10100101 | 111 | 10101000 | 10 | 1100000 | 0 | 100010 | 100101011 | 1011100 | 100010 |
Color Harmonies of #A507A8
Complementary color
Monochromatic Colors of #A507A8
Black with #A507A8
Text Example
Text Example
White with #A507A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A507A8; }
p { color: rgb(165,7,168); }
H1.HeaderClassName
{
color: #A507A8;
}
.AnyTagClassName
{
color: #A507A8;
}
</style>
background-color css
<style>
a { background-color: #A507A8; }
a { background-color: rgb(165,7,168); }
div.DivClassName
{
background-color: #A507A8;
}
.BgClassName
{
background-color: #A507A8;
}
</style>
border-color css
<style>
span { border-color: #A507A8; }
span { border-color: rgb(165,7,168); }
td.TdClassName
{
border-color: #A507A8;
}
.TagClassName
{
border-color: #A507A8;
}
</style>