Shades of Dark Magenta #A2068B
Tints of Dark Magenta #A2068B
RGB
CMYK
RGB Variations
Color information
#A2068B (or 0xA2068B) is known color: Dark Magenta. HEX triplet: A2, 06 and 8B. RGB value is (162,6,139). Sum of RGB (Red+Green+Blue) = 162+6+139=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A2068B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2068B is #5DF974. Grayscale: #434343. Windows color (decimal): -6158709 or 9111202. OLE color: 9111202.
HSL color Cylindrical-coordinate representation of color #A2068B: hue angle of 308.85º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2068B is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 6 | 139 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.36 |
| HSL | 308.85º | 0.93% | 0.33% | - |
| HSV(B) | 308.85º | 0.96% | 0.64% | - |
| XYZ | 19.63 | 9.68 | 25.26 | - |
| YUV | 67.81 | 168.18 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 139 | 0 | 0.96 | 0.14 | 0.36 | 308.85 | 0.93 | 0.33 |
| Hex | A2 | 6 | 8B | 0 | 60 | E | 24 | 135 | 5D | 21 |
| Octal | 242 | 6 | 213 | 0 | 140 | 16 | 44 | 465 | 135 | 41 |
| Binary | 10100010 | 110 | 10001011 | 0 | 1100000 | 1110 | 100100 | 100110101 | 1011101 | 100001 |
Color Harmonies of #A2068B
Complementary color
Monochromatic Colors of #A2068B
Black with #A2068B
Text Example
Text Example
White with #A2068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2068B; }
p { color: rgb(162,6,139); }
H1.HeaderClassName
{
color: #A2068B;
}
.AnyTagClassName
{
color: #A2068B;
}
</style>
background-color css
<style>
a { background-color: #A2068B; }
a { background-color: rgb(162,6,139); }
div.DivClassName
{
background-color: #A2068B;
}
.BgClassName
{
background-color: #A2068B;
}
</style>
border-color css
<style>
span { border-color: #A2068B; }
span { border-color: rgb(162,6,139); }
td.TdClassName
{
border-color: #A2068B;
}
.TagClassName
{
border-color: #A2068B;
}
</style>