Shades of Dark Magenta #A2088A
Tints of Dark Magenta #A2088A
RGB
CMYK
RGB Variations
Color information
#A2088A (or 0xA2088A) is known color: Dark Magenta. HEX triplet: A2, 08 and 8A. RGB value is (162,8,138). Sum of RGB (Red+Green+Blue) = 162+8+138=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A2088A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2088A is #5DF775. Grayscale: #444444. Windows color (decimal): -6158198 or 9046178. OLE color: 9046178.
HSL color Cylindrical-coordinate representation of color #A2088A: hue angle of 309.35º 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 #A2088A is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 138 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.36 |
| HSL | 309.35º | 0.91% | 0.33% | - |
| HSV(B) | 309.35º | 0.95% | 0.64% | - |
| XYZ | 19.57 | 9.69 | 24.88 | - |
| YUV | 68.87 | 167.02 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 138 | 0 | 0.95 | 0.15 | 0.36 | 309.35 | 0.91 | 0.33 |
| Hex | A2 | 8 | 8A | 0 | 5F | F | 24 | 135 | 5B | 21 |
| Octal | 242 | 10 | 212 | 0 | 137 | 17 | 44 | 465 | 133 | 41 |
| Binary | 10100010 | 1000 | 10001010 | 0 | 1011111 | 1111 | 100100 | 100110101 | 1011011 | 100001 |
Color Harmonies of #A2088A
Complementary color
Monochromatic Colors of #A2088A
Black with #A2088A
Text Example
Text Example
White with #A2088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2088A; }
p { color: rgb(162,8,138); }
H1.HeaderClassName
{
color: #A2088A;
}
.AnyTagClassName
{
color: #A2088A;
}
</style>
background-color css
<style>
a { background-color: #A2088A; }
a { background-color: rgb(162,8,138); }
div.DivClassName
{
background-color: #A2088A;
}
.BgClassName
{
background-color: #A2088A;
}
</style>
border-color css
<style>
span { border-color: #A2088A; }
span { border-color: rgb(162,8,138); }
td.TdClassName
{
border-color: #A2088A;
}
.TagClassName
{
border-color: #A2088A;
}
</style>