Shades of Dark Magenta #A018A2
Tints of Dark Magenta #A018A2
RGB
CMYK
RGB Variations
Color information
#A018A2 (or 0xA018A2) is known color: Dark Magenta. HEX triplet: A0, 18 and A2. RGB value is (160,24,162). Sum of RGB (Red+Green+Blue) = 160+24+162=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 162 (63.67% from 255 or 46.82% from 346); Max value from RGB is 162 - color contains mainly: blue. Hex color #A018A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A018A2 is #5FE75D. Grayscale: #4F4F4F. Windows color (decimal): -6285150 or 10623136. OLE color: 10623136.
HSL color Cylindrical-coordinate representation of color #A018A2: hue angle of 299.13º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A018A2 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 24 | 162 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.36 |
| HSL | 299.13º | 0.74% | 0.36% | - |
| HSV(B) | 299.13º | 0.85% | 0.64% | - |
| XYZ | 21.35 | 10.74 | 35.13 | - |
| YUV | 80.4 | 174.06 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 162 | 0.01 | 0.85 | 0 | 0.36 | 299.13 | 0.74 | 0.36 |
| Hex | A0 | 18 | A2 | 1 | 55 | 0 | 24 | 12B | 4A | 24 |
| Octal | 240 | 30 | 242 | 1 | 125 | 0 | 44 | 453 | 112 | 44 |
| Binary | 10100000 | 11000 | 10100010 | 1 | 1010101 | 0 | 100100 | 100101011 | 1001010 | 100100 |
Color Harmonies of #A018A2
Complementary color
Monochromatic Colors of #A018A2
Black with #A018A2
Text Example
Text Example
White with #A018A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A018A2; }
p { color: rgb(160,24,162); }
H1.HeaderClassName
{
color: #A018A2;
}
.AnyTagClassName
{
color: #A018A2;
}
</style>
background-color css
<style>
a { background-color: #A018A2; }
a { background-color: rgb(160,24,162); }
div.DivClassName
{
background-color: #A018A2;
}
.BgClassName
{
background-color: #A018A2;
}
</style>
border-color css
<style>
span { border-color: #A018A2; }
span { border-color: rgb(160,24,162); }
td.TdClassName
{
border-color: #A018A2;
}
.TagClassName
{
border-color: #A018A2;
}
</style>