Shades of Dark Magenta #A2088C
Tints of Dark Magenta #A2088C
RGB
CMYK
RGB Variations
Color information
#A2088C (or 0xA2088C) is known color: Dark Magenta. HEX triplet: A2, 08 and 8C. RGB value is (162,8,140). Sum of RGB (Red+Green+Blue) = 162+8+140=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A2088C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2088C is #5DF773. Grayscale: #444444. Windows color (decimal): -6158196 or 9177250. OLE color: 9177250.
HSL color Cylindrical-coordinate representation of color #A2088C: hue angle of 308.57º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2088C is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 140 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.36 |
| HSL | 308.57º | 0.91% | 0.33% | - |
| HSV(B) | 308.57º | 0.95% | 0.64% | - |
| XYZ | 19.72 | 9.75 | 25.65 | - |
| YUV | 69.09 | 168.02 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 140 | 0 | 0.95 | 0.14 | 0.36 | 308.57 | 0.91 | 0.33 |
| Hex | A2 | 8 | 8C | 0 | 5F | E | 24 | 135 | 5B | 21 |
| Octal | 242 | 10 | 214 | 0 | 137 | 16 | 44 | 465 | 133 | 41 |
| Binary | 10100010 | 1000 | 10001100 | 0 | 1011111 | 1110 | 100100 | 100110101 | 1011011 | 100001 |
Color Harmonies of #A2088C
Complementary color
Monochromatic Colors of #A2088C
Black with #A2088C
Text Example
Text Example
White with #A2088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2088C; }
p { color: rgb(162,8,140); }
H1.HeaderClassName
{
color: #A2088C;
}
.AnyTagClassName
{
color: #A2088C;
}
</style>
background-color css
<style>
a { background-color: #A2088C; }
a { background-color: rgb(162,8,140); }
div.DivClassName
{
background-color: #A2088C;
}
.BgClassName
{
background-color: #A2088C;
}
</style>
border-color css
<style>
span { border-color: #A2088C; }
span { border-color: rgb(162,8,140); }
td.TdClassName
{
border-color: #A2088C;
}
.TagClassName
{
border-color: #A2088C;
}
</style>