Shades of Dark Magenta #A301AD
Tints of Dark Magenta #A301AD
RGB
CMYK
RGB Variations
Color information
#A301AD (or 0xA301AD) is known color: Dark Magenta. HEX triplet: A3, 01 and AD. RGB value is (163,1,173). Sum of RGB (Red+Green+Blue) = 163+1+173=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #A301AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A301AD is #5CFE52. Grayscale: #444444. Windows color (decimal): -6094419 or 11338147. OLE color: 11338147.
HSL color Cylindrical-coordinate representation of color #A301AD: hue angle of 296.51º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A301AD is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 1 | 173 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.32 |
| HSL | 296.51º | 0.99% | 0.34% | - |
| HSV(B) | 296.51º | 0.99% | 0.68% | - |
| XYZ | 22.66 | 10.83 | 40.43 | - |
| YUV | 69.05 | 186.67 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 173 | 0.06 | 0.99 | 0 | 0.32 | 296.51 | 0.99 | 0.34 |
| Hex | A3 | 1 | AD | 6 | 63 | 0 | 20 | 129 | 63 | 22 |
| Octal | 243 | 1 | 255 | 6 | 143 | 0 | 40 | 451 | 143 | 42 |
| Binary | 10100011 | 1 | 10101101 | 110 | 1100011 | 0 | 100000 | 100101001 | 1100011 | 100010 |
Color Harmonies of #A301AD
Complementary color
Monochromatic Colors of #A301AD
Black with #A301AD
Text Example
Text Example
White with #A301AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A301AD; }
p { color: rgb(163,1,173); }
H1.HeaderClassName
{
color: #A301AD;
}
.AnyTagClassName
{
color: #A301AD;
}
</style>
background-color css
<style>
a { background-color: #A301AD; }
a { background-color: rgb(163,1,173); }
div.DivClassName
{
background-color: #A301AD;
}
.BgClassName
{
background-color: #A301AD;
}
</style>
border-color css
<style>
span { border-color: #A301AD; }
span { border-color: rgb(163,1,173); }
td.TdClassName
{
border-color: #A301AD;
}
.TagClassName
{
border-color: #A301AD;
}
</style>