Shades of Dark Magenta #A60488
Tints of Dark Magenta #A60488
RGB
CMYK
RGB Variations
Color information
#A60488 (or 0xA60488) is known color: Dark Magenta. HEX triplet: A6, 04 and 88. RGB value is (166,4,136). Sum of RGB (Red+Green+Blue) = 166+4+136=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A60488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60488 is #59FB77. Grayscale: #434343. Windows color (decimal): -5897080 or 8914086. OLE color: 8914086.
HSL color Cylindrical-coordinate representation of color #A60488: hue angle of 311.11º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A60488 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 4 | 136 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.35 |
| HSL | 311.11º | 0.95% | 0.33% | - |
| HSV(B) | 311.11º | 0.98% | 0.65% | - |
| XYZ | 20.21 | 9.97 | 24.15 | - |
| YUV | 67.49 | 166.67 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 4 | 136 | 0 | 0.98 | 0.18 | 0.35 | 311.11 | 0.95 | 0.33 |
| Hex | A6 | 4 | 88 | 0 | 62 | 12 | 23 | 137 | 5F | 21 |
| Octal | 246 | 4 | 210 | 0 | 142 | 22 | 43 | 467 | 137 | 41 |
| Binary | 10100110 | 100 | 10001000 | 0 | 1100010 | 10010 | 100011 | 100110111 | 1011111 | 100001 |
Color Harmonies of #A60488
Complementary color
Monochromatic Colors of #A60488
Black with #A60488
Text Example
Text Example
White with #A60488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60488; }
p { color: rgb(166,4,136); }
H1.HeaderClassName
{
color: #A60488;
}
.AnyTagClassName
{
color: #A60488;
}
</style>
background-color css
<style>
a { background-color: #A60488; }
a { background-color: rgb(166,4,136); }
div.DivClassName
{
background-color: #A60488;
}
.BgClassName
{
background-color: #A60488;
}
</style>
border-color css
<style>
span { border-color: #A60488; }
span { border-color: rgb(166,4,136); }
td.TdClassName
{
border-color: #A60488;
}
.TagClassName
{
border-color: #A60488;
}
</style>