Shades of Dark Magenta #A018AA
Tints of Dark Magenta #A018AA
RGB
CMYK
RGB Variations
Color information
#A018AA (or 0xA018AA) is known color: Dark Magenta. HEX triplet: A0, 18 and AA. RGB value is (160,24,170). Sum of RGB (Red+Green+Blue) = 160+24+170=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #A018AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A018AA is #5FE755. Grayscale: #505050. Windows color (decimal): -6285142 or 11147424. OLE color: 11147424.
HSL color Cylindrical-coordinate representation of color #A018AA: hue angle of 295.89º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A018AA is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 24 | 170 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.33 |
| HSL | 295.89º | 0.75% | 0.38% | - |
| HSV(B) | 295.89º | 0.86% | 0.67% | - |
| XYZ | 22.08 | 11.03 | 39 | - |
| YUV | 81.31 | 178.06 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 170 | 0.06 | 0.86 | 0 | 0.33 | 295.89 | 0.75 | 0.38 |
| Hex | A0 | 18 | AA | 6 | 56 | 0 | 21 | 128 | 4B | 26 |
| Octal | 240 | 30 | 252 | 6 | 126 | 0 | 41 | 450 | 113 | 46 |
| Binary | 10100000 | 11000 | 10101010 | 110 | 1010110 | 0 | 100001 | 100101000 | 1001011 | 100110 |
Color Harmonies of #A018AA
Complementary color
Monochromatic Colors of #A018AA
Black with #A018AA
Text Example
Text Example
White with #A018AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A018AA; }
p { color: rgb(160,24,170); }
H1.HeaderClassName
{
color: #A018AA;
}
.AnyTagClassName
{
color: #A018AA;
}
</style>
background-color css
<style>
a { background-color: #A018AA; }
a { background-color: rgb(160,24,170); }
div.DivClassName
{
background-color: #A018AA;
}
.BgClassName
{
background-color: #A018AA;
}
</style>
border-color css
<style>
span { border-color: #A018AA; }
span { border-color: rgb(160,24,170); }
td.TdClassName
{
border-color: #A018AA;
}
.TagClassName
{
border-color: #A018AA;
}
</style>