Shades of Dark Magenta #A318AB
Tints of Dark Magenta #A318AB
RGB
CMYK
RGB Variations
Color information
#A318AB (or 0xA318AB) is known color: Dark Magenta. HEX triplet: A3, 18 and AB. RGB value is (163,24,171). Sum of RGB (Red+Green+Blue) = 163+24+171=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #A318AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A318AB is #5CE754. Grayscale: #515151. Windows color (decimal): -6088533 or 11212963. OLE color: 11212963.
HSL color Cylindrical-coordinate representation of color #A318AB: hue angle of 296.73º 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 #A318AB is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 24 | 171 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.33 |
| HSL | 296.73º | 0.75% | 0.38% | - |
| HSV(B) | 296.73º | 0.86% | 0.67% | - |
| XYZ | 22.78 | 11.38 | 39.52 | - |
| YUV | 82.32 | 178.05 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 171 | 0.05 | 0.86 | 0 | 0.33 | 296.73 | 0.75 | 0.38 |
| Hex | A3 | 18 | AB | 5 | 56 | 0 | 21 | 129 | 4B | 26 |
| Octal | 243 | 30 | 253 | 5 | 126 | 0 | 41 | 451 | 113 | 46 |
| Binary | 10100011 | 11000 | 10101011 | 101 | 1010110 | 0 | 100001 | 100101001 | 1001011 | 100110 |
Color Harmonies of #A318AB
Complementary color
Monochromatic Colors of #A318AB
Black with #A318AB
Text Example
Text Example
White with #A318AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A318AB; }
p { color: rgb(163,24,171); }
H1.HeaderClassName
{
color: #A318AB;
}
.AnyTagClassName
{
color: #A318AB;
}
</style>
background-color css
<style>
a { background-color: #A318AB; }
a { background-color: rgb(163,24,171); }
div.DivClassName
{
background-color: #A318AB;
}
.BgClassName
{
background-color: #A318AB;
}
</style>
border-color css
<style>
span { border-color: #A318AB; }
span { border-color: rgb(163,24,171); }
td.TdClassName
{
border-color: #A318AB;
}
.TagClassName
{
border-color: #A318AB;
}
</style>