Shades of Dark Magenta #A600A8
Tints of Dark Magenta #A600A8
RGB
CMYK
RGB Variations
Color information
#A600A8 (or 0xA600A8) is known color: Dark Magenta. HEX triplet: A6, 00 and A8. RGB value is (166,0,168). Sum of RGB (Red+Green+Blue) = 166+0+168=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 168 (66.02% from 255 or 50.30% from 334); Max value from RGB is 168 - color contains mainly: blue. Hex color #A600A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A600A8 is #59FF57. Grayscale: #444444. Windows color (decimal): -5898072 or 11010214. OLE color: 11010214.
HSL color Cylindrical-coordinate representation of color #A600A8: hue angle of 299.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A600A8 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 0 | 168 | - |
| CMYK | 0.01 | 1 | 0 | 0.34 |
| HSL | 299.29º | 1% | 0.33% | - |
| HSV(B) | 299.29º | 1% | 0.66% | - |
| XYZ | 22.79 | 10.93 | 37.95 | - |
| YUV | 68.79 | 184 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 168 | 0.01 | 1 | 0 | 0.34 | 299.29 | 1 | 0.33 |
| Hex | A6 | 0 | A8 | 1 | 64 | 0 | 22 | 12B | 64 | 21 |
| Octal | 246 | 0 | 250 | 1 | 144 | 0 | 42 | 453 | 144 | 41 |
| Binary | 10100110 | 0 | 10101000 | 1 | 1100100 | 0 | 100010 | 100101011 | 1100100 | 100001 |
Color Harmonies of #A600A8
Complementary color
Monochromatic Colors of #A600A8
Black with #A600A8
Text Example
Text Example
White with #A600A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A600A8; }
p { color: rgb(166,0,168); }
H1.HeaderClassName
{
color: #A600A8;
}
.AnyTagClassName
{
color: #A600A8;
}
</style>
background-color css
<style>
a { background-color: #A600A8; }
a { background-color: rgb(166,0,168); }
div.DivClassName
{
background-color: #A600A8;
}
.BgClassName
{
background-color: #A600A8;
}
</style>
border-color css
<style>
span { border-color: #A600A8; }
span { border-color: rgb(166,0,168); }
td.TdClassName
{
border-color: #A600A8;
}
.TagClassName
{
border-color: #A600A8;
}
</style>