Shades of Dark Magenta #A2088B
Tints of Dark Magenta #A2088B
RGB
CMYK
RGB Variations
Color information
#A2088B (or 0xA2088B) is known color: Dark Magenta. HEX triplet: A2, 08 and 8B. RGB value is (162,8,139). Sum of RGB (Red+Green+Blue) = 162+8+139=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A2088B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2088B is #5DF774. Grayscale: #444444. Windows color (decimal): -6158197 or 9111714. OLE color: 9111714.
HSL color Cylindrical-coordinate representation of color #A2088B: hue angle of 308.96º 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 #A2088B is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 139 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.36 |
| HSL | 308.96º | 0.91% | 0.33% | - |
| HSV(B) | 308.96º | 0.95% | 0.64% | - |
| XYZ | 19.65 | 9.72 | 25.27 | - |
| YUV | 68.98 | 167.52 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 139 | 0 | 0.95 | 0.14 | 0.36 | 308.96 | 0.91 | 0.33 |
| Hex | A2 | 8 | 8B | 0 | 5F | E | 24 | 135 | 5B | 21 |
| Octal | 242 | 10 | 213 | 0 | 137 | 16 | 44 | 465 | 133 | 41 |
| Binary | 10100010 | 1000 | 10001011 | 0 | 1011111 | 1110 | 100100 | 100110101 | 1011011 | 100001 |
Color Harmonies of #A2088B
Complementary color
Monochromatic Colors of #A2088B
Black with #A2088B
Text Example
Text Example
White with #A2088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2088B; }
p { color: rgb(162,8,139); }
H1.HeaderClassName
{
color: #A2088B;
}
.AnyTagClassName
{
color: #A2088B;
}
</style>
background-color css
<style>
a { background-color: #A2088B; }
a { background-color: rgb(162,8,139); }
div.DivClassName
{
background-color: #A2088B;
}
.BgClassName
{
background-color: #A2088B;
}
</style>
border-color css
<style>
span { border-color: #A2088B; }
span { border-color: rgb(162,8,139); }
td.TdClassName
{
border-color: #A2088B;
}
.TagClassName
{
border-color: #A2088B;
}
</style>