Shades of Dark Magenta #A2068A
Tints of Dark Magenta #A2068A
RGB
CMYK
RGB Variations
Color information
#A2068A (or 0xA2068A) is known color: Dark Magenta. HEX triplet: A2, 06 and 8A. RGB value is (162,6,138). Sum of RGB (Red+Green+Blue) = 162+6+138=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A2068A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2068A is #5DF975. Grayscale: #434343. Windows color (decimal): -6158710 or 9045666. OLE color: 9045666.
HSL color Cylindrical-coordinate representation of color #A2068A: hue angle of 309.23º 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 #A2068A is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 6 | 138 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.36 |
| HSL | 309.23º | 0.93% | 0.33% | - |
| HSV(B) | 309.23º | 0.96% | 0.64% | - |
| XYZ | 19.55 | 9.65 | 24.88 | - |
| YUV | 67.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 138 | 0 | 0.96 | 0.15 | 0.36 | 309.23 | 0.93 | 0.33 |
| Hex | A2 | 6 | 8A | 0 | 60 | F | 24 | 135 | 5D | 21 |
| Octal | 242 | 6 | 212 | 0 | 140 | 17 | 44 | 465 | 135 | 41 |
| Binary | 10100010 | 110 | 10001010 | 0 | 1100000 | 1111 | 100100 | 100110101 | 1011101 | 100001 |
Color Harmonies of #A2068A
Complementary color
Monochromatic Colors of #A2068A
Black with #A2068A
Text Example
Text Example
White with #A2068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2068A; }
p { color: rgb(162,6,138); }
H1.HeaderClassName
{
color: #A2068A;
}
.AnyTagClassName
{
color: #A2068A;
}
</style>
background-color css
<style>
a { background-color: #A2068A; }
a { background-color: rgb(162,6,138); }
div.DivClassName
{
background-color: #A2068A;
}
.BgClassName
{
background-color: #A2068A;
}
</style>
border-color css
<style>
span { border-color: #A2068A; }
span { border-color: rgb(162,6,138); }
td.TdClassName
{
border-color: #A2068A;
}
.TagClassName
{
border-color: #A2068A;
}
</style>