Shades of Dark Magenta #A818AB
Tints of Dark Magenta #A818AB
RGB
CMYK
RGB Variations
Color information
#A818AB (or 0xA818AB) is known color: Dark Magenta. HEX triplet: A8, 18 and AB. RGB value is (168,24,171). Sum of RGB (Red+Green+Blue) = 168+24+171=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #A818AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A818AB is #57E754. Grayscale: #535353. Windows color (decimal): -5760853 or 11212968. OLE color: 11212968.
HSL color Cylindrical-coordinate representation of color #A818AB: hue angle of 298.78º 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 #A818AB is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 24 | 171 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.33 |
| HSL | 298.78º | 0.75% | 0.38% | - |
| HSV(B) | 298.78º | 0.86% | 0.67% | - |
| XYZ | 23.83 | 11.92 | 39.57 | - |
| YUV | 83.81 | 177.21 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 171 | 0.02 | 0.86 | 0 | 0.33 | 298.78 | 0.75 | 0.38 |
| Hex | A8 | 18 | AB | 2 | 56 | 0 | 21 | 12B | 4B | 26 |
| Octal | 250 | 30 | 253 | 2 | 126 | 0 | 41 | 453 | 113 | 46 |
| Binary | 10101000 | 11000 | 10101011 | 10 | 1010110 | 0 | 100001 | 100101011 | 1001011 | 100110 |
Color Harmonies of #A818AB
Complementary color
Monochromatic Colors of #A818AB
Black with #A818AB
Text Example
Text Example
White with #A818AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A818AB; }
p { color: rgb(168,24,171); }
H1.HeaderClassName
{
color: #A818AB;
}
.AnyTagClassName
{
color: #A818AB;
}
</style>
background-color css
<style>
a { background-color: #A818AB; }
a { background-color: rgb(168,24,171); }
div.DivClassName
{
background-color: #A818AB;
}
.BgClassName
{
background-color: #A818AB;
}
</style>
border-color css
<style>
span { border-color: #A818AB; }
span { border-color: rgb(168,24,171); }
td.TdClassName
{
border-color: #A818AB;
}
.TagClassName
{
border-color: #A818AB;
}
</style>