Shades of Dark Magenta #A30387
Tints of Dark Magenta #A30387
RGB
CMYK
RGB Variations
Color information
#A30387 (or 0xA30387) is known color: Dark Magenta. HEX triplet: A3, 03 and 87. RGB value is (163,3,135). Sum of RGB (Red+Green+Blue) = 163+3+135=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A30387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30387 is #5CFC78. Grayscale: #414141. Windows color (decimal): -6093945 or 8848291. OLE color: 8848291.
HSL color Cylindrical-coordinate representation of color #A30387: hue angle of 310.5º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A30387 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 135 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.36 |
| HSL | 310.5º | 0.96% | 0.33% | - |
| HSV(B) | 310.5º | 0.98% | 0.64% | - |
| XYZ | 19.51 | 9.6 | 23.75 | - |
| YUV | 65.89 | 167.01 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 135 | 0 | 0.98 | 0.17 | 0.36 | 310.5 | 0.96 | 0.33 |
| Hex | A3 | 3 | 87 | 0 | 62 | 11 | 24 | 136 | 60 | 21 |
| Octal | 243 | 3 | 207 | 0 | 142 | 21 | 44 | 466 | 140 | 41 |
| Binary | 10100011 | 11 | 10000111 | 0 | 1100010 | 10001 | 100100 | 100110110 | 1100000 | 100001 |
Color Harmonies of #A30387
Complementary color
Monochromatic Colors of #A30387
Black with #A30387
Text Example
Text Example
White with #A30387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30387; }
p { color: rgb(163,3,135); }
H1.HeaderClassName
{
color: #A30387;
}
.AnyTagClassName
{
color: #A30387;
}
</style>
background-color css
<style>
a { background-color: #A30387; }
a { background-color: rgb(163,3,135); }
div.DivClassName
{
background-color: #A30387;
}
.BgClassName
{
background-color: #A30387;
}
</style>
border-color css
<style>
span { border-color: #A30387; }
span { border-color: rgb(163,3,135); }
td.TdClassName
{
border-color: #A30387;
}
.TagClassName
{
border-color: #A30387;
}
</style>