Shades of Dark Magenta #A507AD
Tints of Dark Magenta #A507AD
RGB
CMYK
RGB Variations
Color information
#A507AD (or 0xA507AD) is known color: Dark Magenta. HEX triplet: A5, 07 and AD. RGB value is (165,7,173). Sum of RGB (Red+Green+Blue) = 165+7+173=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #A507AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A507AD is #5AF852. Grayscale: #484848. Windows color (decimal): -5961811 or 11339685. OLE color: 11339685.
HSL color Cylindrical-coordinate representation of color #A507AD: hue angle of 297.11º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A507AD is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 7 | 173 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.32 |
| HSL | 297.11º | 0.92% | 0.35% | - |
| HSV(B) | 297.11º | 0.96% | 0.68% | - |
| XYZ | 23.14 | 11.17 | 40.47 | - |
| YUV | 73.17 | 184.35 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 7 | 173 | 0.05 | 0.96 | 0 | 0.32 | 297.11 | 0.92 | 0.35 |
| Hex | A5 | 7 | AD | 5 | 60 | 0 | 20 | 129 | 5C | 23 |
| Octal | 245 | 7 | 255 | 5 | 140 | 0 | 40 | 451 | 134 | 43 |
| Binary | 10100101 | 111 | 10101101 | 101 | 1100000 | 0 | 100000 | 100101001 | 1011100 | 100011 |
Color Harmonies of #A507AD
Complementary color
Monochromatic Colors of #A507AD
Black with #A507AD
Text Example
Text Example
White with #A507AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A507AD; }
p { color: rgb(165,7,173); }
H1.HeaderClassName
{
color: #A507AD;
}
.AnyTagClassName
{
color: #A507AD;
}
</style>
background-color css
<style>
a { background-color: #A507AD; }
a { background-color: rgb(165,7,173); }
div.DivClassName
{
background-color: #A507AD;
}
.BgClassName
{
background-color: #A507AD;
}
</style>
border-color css
<style>
span { border-color: #A507AD; }
span { border-color: rgb(165,7,173); }
td.TdClassName
{
border-color: #A507AD;
}
.TagClassName
{
border-color: #A507AD;
}
</style>