Shades of Dark Magenta #A301AB
Tints of Dark Magenta #A301AB
RGB
CMYK
RGB Variations
Color information
#A301AB (or 0xA301AB) is known color: Dark Magenta. HEX triplet: A3, 01 and AB. RGB value is (163,1,171). Sum of RGB (Red+Green+Blue) = 163+1+171=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #A301AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A301AB is #5CFE54. Grayscale: #444444. Windows color (decimal): -6094421 or 11207075. OLE color: 11207075.
HSL color Cylindrical-coordinate representation of color #A301AB: hue angle of 297.18º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A301AB is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 1 | 171 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.33 |
| HSL | 297.18º | 0.99% | 0.34% | - |
| HSV(B) | 297.18º | 0.99% | 0.67% | - |
| XYZ | 22.47 | 10.75 | 39.42 | - |
| YUV | 68.82 | 185.67 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 171 | 0.05 | 0.99 | 0 | 0.33 | 297.18 | 0.99 | 0.34 |
| Hex | A3 | 1 | AB | 5 | 63 | 0 | 21 | 129 | 63 | 22 |
| Octal | 243 | 1 | 253 | 5 | 143 | 0 | 41 | 451 | 143 | 42 |
| Binary | 10100011 | 1 | 10101011 | 101 | 1100011 | 0 | 100001 | 100101001 | 1100011 | 100010 |
Color Harmonies of #A301AB
Complementary color
Monochromatic Colors of #A301AB
Black with #A301AB
Text Example
Text Example
White with #A301AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A301AB; }
p { color: rgb(163,1,171); }
H1.HeaderClassName
{
color: #A301AB;
}
.AnyTagClassName
{
color: #A301AB;
}
</style>
background-color css
<style>
a { background-color: #A301AB; }
a { background-color: rgb(163,1,171); }
div.DivClassName
{
background-color: #A301AB;
}
.BgClassName
{
background-color: #A301AB;
}
</style>
border-color css
<style>
span { border-color: #A301AB; }
span { border-color: rgb(163,1,171); }
td.TdClassName
{
border-color: #A301AB;
}
.TagClassName
{
border-color: #A301AB;
}
</style>