Shades of Dark Magenta #A316AB
Tints of Dark Magenta #A316AB
RGB
CMYK
RGB Variations
Color information
#A316AB (or 0xA316AB) is known color: Dark Magenta. HEX triplet: A3, 16 and AB. RGB value is (163,22,171). Sum of RGB (Red+Green+Blue) = 163+22+171=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #A316AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A316AB is #5CE954. Grayscale: #505050. Windows color (decimal): -6089045 or 11212451. OLE color: 11212451.
HSL color Cylindrical-coordinate representation of color #A316AB: hue angle of 296.78º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A316AB is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 22 | 171 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.33 |
| HSL | 296.78º | 0.77% | 0.38% | - |
| HSV(B) | 296.78º | 0.87% | 0.67% | - |
| XYZ | 22.74 | 11.3 | 39.51 | - |
| YUV | 81.15 | 178.71 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 22 | 171 | 0.05 | 0.87 | 0 | 0.33 | 296.78 | 0.77 | 0.38 |
| Hex | A3 | 16 | AB | 5 | 57 | 0 | 21 | 129 | 4D | 26 |
| Octal | 243 | 26 | 253 | 5 | 127 | 0 | 41 | 451 | 115 | 46 |
| Binary | 10100011 | 10110 | 10101011 | 101 | 1010111 | 0 | 100001 | 100101001 | 1001101 | 100110 |
Color Harmonies of #A316AB
Complementary color
Monochromatic Colors of #A316AB
Black with #A316AB
Text Example
Text Example
White with #A316AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A316AB; }
p { color: rgb(163,22,171); }
H1.HeaderClassName
{
color: #A316AB;
}
.AnyTagClassName
{
color: #A316AB;
}
</style>
background-color css
<style>
a { background-color: #A316AB; }
a { background-color: rgb(163,22,171); }
div.DivClassName
{
background-color: #A316AB;
}
.BgClassName
{
background-color: #A316AB;
}
</style>
border-color css
<style>
span { border-color: #A316AB; }
span { border-color: rgb(163,22,171); }
td.TdClassName
{
border-color: #A316AB;
}
.TagClassName
{
border-color: #A316AB;
}
</style>