Shades of Dark Magenta #A218A5
Tints of Dark Magenta #A218A5
RGB
CMYK
RGB Variations
Color information
#A218A5 (or 0xA218A5) is known color: Dark Magenta. HEX triplet: A2, 18 and A5. RGB value is (162,24,165). Sum of RGB (Red+Green+Blue) = 162+24+165=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 165 (64.84% from 255 or 47.01% from 351); Max value from RGB is 165 - color contains mainly: blue. Hex color #A218A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A218A5 is #5DE75A. Grayscale: #505050. Windows color (decimal): -6154075 or 10819746. OLE color: 10819746.
HSL color Cylindrical-coordinate representation of color #A218A5: hue angle of 298.72º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A218A5 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 24 | 165 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.35 |
| HSL | 298.72º | 0.75% | 0.37% | - |
| HSV(B) | 298.72º | 0.85% | 0.65% | - |
| XYZ | 22.02 | 11.05 | 36.57 | - |
| YUV | 81.34 | 175.22 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 165 | 0.02 | 0.85 | 0 | 0.35 | 298.72 | 0.75 | 0.37 |
| Hex | A2 | 18 | A5 | 2 | 55 | 0 | 23 | 12B | 4B | 25 |
| Octal | 242 | 30 | 245 | 2 | 125 | 0 | 43 | 453 | 113 | 45 |
| Binary | 10100010 | 11000 | 10100101 | 10 | 1010101 | 0 | 100011 | 100101011 | 1001011 | 100101 |
Color Harmonies of #A218A5
Complementary color
Monochromatic Colors of #A218A5
Black with #A218A5
Text Example
Text Example
White with #A218A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A218A5; }
p { color: rgb(162,24,165); }
H1.HeaderClassName
{
color: #A218A5;
}
.AnyTagClassName
{
color: #A218A5;
}
</style>
background-color css
<style>
a { background-color: #A218A5; }
a { background-color: rgb(162,24,165); }
div.DivClassName
{
background-color: #A218A5;
}
.BgClassName
{
background-color: #A218A5;
}
</style>
border-color css
<style>
span { border-color: #A218A5; }
span { border-color: rgb(162,24,165); }
td.TdClassName
{
border-color: #A218A5;
}
.TagClassName
{
border-color: #A218A5;
}
</style>