Shades of Dark Magenta #A608A2
Tints of Dark Magenta #A608A2
RGB
CMYK
RGB Variations
Color information
#A608A2 (or 0xA608A2) is known color: Dark Magenta. HEX triplet: A6, 08 and A2. RGB value is (166,8,162). Sum of RGB (Red+Green+Blue) = 166+8+162=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 162 (63.67% from 255 or 48.21% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A608A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A608A2 is #59F75D. Grayscale: #484848. Windows color (decimal): -5896030 or 10619046. OLE color: 10619046.
HSL color Cylindrical-coordinate representation of color #A608A2: hue angle of 301.52º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A608A2 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 8 | 162 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.35 |
| HSL | 301.52º | 0.91% | 0.34% | - |
| HSV(B) | 301.52º | 0.95% | 0.65% | - |
| XYZ | 22.33 | 10.89 | 35.11 | - |
| YUV | 72.8 | 178.35 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 162 | 0 | 0.95 | 0.02 | 0.35 | 301.52 | 0.91 | 0.34 |
| Hex | A6 | 8 | A2 | 0 | 5F | 2 | 23 | 12E | 5B | 22 |
| Octal | 246 | 10 | 242 | 0 | 137 | 2 | 43 | 456 | 133 | 42 |
| Binary | 10100110 | 1000 | 10100010 | 0 | 1011111 | 10 | 100011 | 100101110 | 1011011 | 100010 |
Color Harmonies of #A608A2
Complementary color
Monochromatic Colors of #A608A2
Black with #A608A2
Text Example
Text Example
White with #A608A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A608A2; }
p { color: rgb(166,8,162); }
H1.HeaderClassName
{
color: #A608A2;
}
.AnyTagClassName
{
color: #A608A2;
}
</style>
background-color css
<style>
a { background-color: #A608A2; }
a { background-color: rgb(166,8,162); }
div.DivClassName
{
background-color: #A608A2;
}
.BgClassName
{
background-color: #A608A2;
}
</style>
border-color css
<style>
span { border-color: #A608A2; }
span { border-color: rgb(166,8,162); }
td.TdClassName
{
border-color: #A608A2;
}
.TagClassName
{
border-color: #A608A2;
}
</style>