Shades of Dark Magenta #A2069A
Tints of Dark Magenta #A2069A
RGB
CMYK
RGB Variations
Color information
#A2069A (or 0xA2069A) is known color: Dark Magenta. HEX triplet: A2, 06 and 9A. RGB value is (162,6,154). Sum of RGB (Red+Green+Blue) = 162+6+154=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2069A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2069A is #5DF965. Grayscale: #454545. Windows color (decimal): -6158694 or 10094242. OLE color: 10094242.
HSL color Cylindrical-coordinate representation of color #A2069A: hue angle of 303.08º 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 #A2069A is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 6 | 154 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.36 |
| HSL | 303.08º | 0.93% | 0.33% | - |
| HSV(B) | 303.08º | 0.96% | 0.64% | - |
| XYZ | 20.8 | 10.14 | 31.43 | - |
| YUV | 69.52 | 175.68 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 154 | 0 | 0.96 | 0.05 | 0.36 | 303.08 | 0.93 | 0.33 |
| Hex | A2 | 6 | 9A | 0 | 60 | 5 | 24 | 12F | 5D | 21 |
| Octal | 242 | 6 | 232 | 0 | 140 | 5 | 44 | 457 | 135 | 41 |
| Binary | 10100010 | 110 | 10011010 | 0 | 1100000 | 101 | 100100 | 100101111 | 1011101 | 100001 |
Color Harmonies of #A2069A
Complementary color
Monochromatic Colors of #A2069A
Black with #A2069A
Text Example
Text Example
White with #A2069A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2069A; }
p { color: rgb(162,6,154); }
H1.HeaderClassName
{
color: #A2069A;
}
.AnyTagClassName
{
color: #A2069A;
}
</style>
background-color css
<style>
a { background-color: #A2069A; }
a { background-color: rgb(162,6,154); }
div.DivClassName
{
background-color: #A2069A;
}
.BgClassName
{
background-color: #A2069A;
}
</style>
border-color css
<style>
span { border-color: #A2069A; }
span { border-color: rgb(162,6,154); }
td.TdClassName
{
border-color: #A2069A;
}
.TagClassName
{
border-color: #A2069A;
}
</style>