Shades of Dark Magenta #A30F87
Tints of Dark Magenta #A30F87
RGB
CMYK
RGB Variations
Color information
#A30F87 (or 0xA30F87) is known color: Dark Magenta. HEX triplet: A3, 0F and 87. RGB value is (163,15,135). Sum of RGB (Red+Green+Blue) = 163+15+135=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30F87 is #5CF078. Grayscale: #484848. Windows color (decimal): -6090873 or 8851363. OLE color: 8851363.
HSL color Cylindrical-coordinate representation of color #A30F87: hue angle of 311.35º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30F87 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 15 | 135 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.36 |
| HSL | 311.35º | 0.83% | 0.35% | - |
| HSV(B) | 311.35º | 0.91% | 0.64% | - |
| XYZ | 19.65 | 9.88 | 23.79 | - |
| YUV | 72.93 | 163.03 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 135 | 0 | 0.91 | 0.17 | 0.36 | 311.35 | 0.83 | 0.35 |
| Hex | A3 | F | 87 | 0 | 5B | 11 | 24 | 137 | 53 | 23 |
| Octal | 243 | 17 | 207 | 0 | 133 | 21 | 44 | 467 | 123 | 43 |
| Binary | 10100011 | 1111 | 10000111 | 0 | 1011011 | 10001 | 100100 | 100110111 | 1010011 | 100011 |
Color Harmonies of #A30F87
Complementary color
Monochromatic Colors of #A30F87
Black with #A30F87
Text Example
Text Example
White with #A30F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30F87; }
p { color: rgb(163,15,135); }
H1.HeaderClassName
{
color: #A30F87;
}
.AnyTagClassName
{
color: #A30F87;
}
</style>
background-color css
<style>
a { background-color: #A30F87; }
a { background-color: rgb(163,15,135); }
div.DivClassName
{
background-color: #A30F87;
}
.BgClassName
{
background-color: #A30F87;
}
</style>
border-color css
<style>
span { border-color: #A30F87; }
span { border-color: rgb(163,15,135); }
td.TdClassName
{
border-color: #A30F87;
}
.TagClassName
{
border-color: #A30F87;
}
</style>