Shades of Dark Magenta #A60284
Tints of Dark Magenta #A60284
RGB
CMYK
RGB Variations
Color information
#A60284 (or 0xA60284) is known color: Dark Magenta. HEX triplet: A6, 02 and 84. RGB value is (166,2,132). Sum of RGB (Red+Green+Blue) = 166+2+132=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A60284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60284 is #59FD7B. Grayscale: #414141. Windows color (decimal): -5897596 or 8651430. OLE color: 8651430.
HSL color Cylindrical-coordinate representation of color #A60284: hue angle of 312.44º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60284 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 2 | 132 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.35 |
| HSL | 312.44º | 0.98% | 0.33% | - |
| HSV(B) | 312.44º | 0.99% | 0.65% | - |
| XYZ | 19.91 | 9.82 | 22.68 | - |
| YUV | 65.86 | 165.33 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 132 | 0 | 0.99 | 0.20 | 0.35 | 312.44 | 0.98 | 0.33 |
| Hex | A6 | 2 | 84 | 0 | 63 | 14 | 23 | 138 | 62 | 21 |
| Octal | 246 | 2 | 204 | 0 | 143 | 24 | 43 | 470 | 142 | 41 |
| Binary | 10100110 | 10 | 10000100 | 0 | 1100011 | 10100 | 100011 | 100111000 | 1100010 | 100001 |
Color Harmonies of #A60284
Complementary color
Monochromatic Colors of #A60284
Black with #A60284
Text Example
Text Example
White with #A60284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60284; }
p { color: rgb(166,2,132); }
H1.HeaderClassName
{
color: #A60284;
}
.AnyTagClassName
{
color: #A60284;
}
</style>
background-color css
<style>
a { background-color: #A60284; }
a { background-color: rgb(166,2,132); }
div.DivClassName
{
background-color: #A60284;
}
.BgClassName
{
background-color: #A60284;
}
</style>
border-color css
<style>
span { border-color: #A60284; }
span { border-color: rgb(166,2,132); }
td.TdClassName
{
border-color: #A60284;
}
.TagClassName
{
border-color: #A60284;
}
</style>