Shades of Dark Magenta #A607AD
Tints of Dark Magenta #A607AD
RGB
CMYK
RGB Variations
Color information
#A607AD (or 0xA607AD) is known color: Dark Magenta. HEX triplet: A6, 07 and AD. RGB value is (166,7,173). Sum of RGB (Red+Green+Blue) = 166+7+173=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #A607AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A607AD is #59F852. Grayscale: #484848. Windows color (decimal): -5896275 or 11339686. OLE color: 11339686.
HSL color Cylindrical-coordinate representation of color #A607AD: hue angle of 297.47º 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 #A607AD is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 7 | 173 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.32 |
| HSL | 297.47º | 0.92% | 0.35% | - |
| HSV(B) | 297.47º | 0.96% | 0.68% | - |
| XYZ | 23.34 | 11.28 | 40.48 | - |
| YUV | 73.47 | 184.18 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 173 | 0.04 | 0.96 | 0 | 0.32 | 297.47 | 0.92 | 0.35 |
| Hex | A6 | 7 | AD | 4 | 60 | 0 | 20 | 129 | 5C | 23 |
| Octal | 246 | 7 | 255 | 4 | 140 | 0 | 40 | 451 | 134 | 43 |
| Binary | 10100110 | 111 | 10101101 | 100 | 1100000 | 0 | 100000 | 100101001 | 1011100 | 100011 |
Color Harmonies of #A607AD
Complementary color
Monochromatic Colors of #A607AD
Black with #A607AD
Text Example
Text Example
White with #A607AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A607AD; }
p { color: rgb(166,7,173); }
H1.HeaderClassName
{
color: #A607AD;
}
.AnyTagClassName
{
color: #A607AD;
}
</style>
background-color css
<style>
a { background-color: #A607AD; }
a { background-color: rgb(166,7,173); }
div.DivClassName
{
background-color: #A607AD;
}
.BgClassName
{
background-color: #A607AD;
}
</style>
border-color css
<style>
span { border-color: #A607AD; }
span { border-color: rgb(166,7,173); }
td.TdClassName
{
border-color: #A607AD;
}
.TagClassName
{
border-color: #A607AD;
}
</style>