Shades of Dark Magenta #A303AD
Tints of Dark Magenta #A303AD
RGB
CMYK
RGB Variations
Color information
#A303AD (or 0xA303AD) is known color: Dark Magenta. HEX triplet: A3, 03 and AD. RGB value is (163,3,173). Sum of RGB (Red+Green+Blue) = 163+3+173=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #A303AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A303AD is #5CFC52. Grayscale: #454545. Windows color (decimal): -6093907 or 11338659. OLE color: 11338659.
HSL color Cylindrical-coordinate representation of color #A303AD: hue angle of 296.47º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A303AD is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 3 | 173 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.32 |
| HSL | 296.47º | 0.97% | 0.35% | - |
| HSV(B) | 296.47º | 0.98% | 0.68% | - |
| XYZ | 22.68 | 10.87 | 40.44 | - |
| YUV | 70.22 | 186.01 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 173 | 0.06 | 0.98 | 0 | 0.32 | 296.47 | 0.97 | 0.35 |
| Hex | A3 | 3 | AD | 6 | 62 | 0 | 20 | 128 | 61 | 23 |
| Octal | 243 | 3 | 255 | 6 | 142 | 0 | 40 | 450 | 141 | 43 |
| Binary | 10100011 | 11 | 10101101 | 110 | 1100010 | 0 | 100000 | 100101000 | 1100001 | 100011 |
Color Harmonies of #A303AD
Complementary color
Monochromatic Colors of #A303AD
Black with #A303AD
Text Example
Text Example
White with #A303AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A303AD; }
p { color: rgb(163,3,173); }
H1.HeaderClassName
{
color: #A303AD;
}
.AnyTagClassName
{
color: #A303AD;
}
</style>
background-color css
<style>
a { background-color: #A303AD; }
a { background-color: rgb(163,3,173); }
div.DivClassName
{
background-color: #A303AD;
}
.BgClassName
{
background-color: #A303AD;
}
</style>
border-color css
<style>
span { border-color: #A303AD; }
span { border-color: rgb(163,3,173); }
td.TdClassName
{
border-color: #A303AD;
}
.TagClassName
{
border-color: #A303AD;
}
</style>