Shades of Dark Magenta #A30F97
Tints of Dark Magenta #A30F97
RGB
CMYK
RGB Variations
Color information
#A30F97 (or 0xA30F97) is known color: Dark Magenta. HEX triplet: A3, 0F and 97. RGB value is (163,15,151). Sum of RGB (Red+Green+Blue) = 163+15+151=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30F97 is #5CF068. Grayscale: #4A4A4A. Windows color (decimal): -6090857 or 9899939. OLE color: 9899939.
HSL color Cylindrical-coordinate representation of color #A30F97: hue angle of 304.86º 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 #A30F97 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 15 | 151 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.36 |
| HSL | 304.86º | 0.83% | 0.35% | - |
| HSV(B) | 304.86º | 0.91% | 0.64% | - |
| XYZ | 20.86 | 10.36 | 30.18 | - |
| YUV | 74.76 | 171.03 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 151 | 0 | 0.91 | 0.07 | 0.36 | 304.86 | 0.83 | 0.35 |
| Hex | A3 | F | 97 | 0 | 5B | 7 | 24 | 131 | 53 | 23 |
| Octal | 243 | 17 | 227 | 0 | 133 | 7 | 44 | 461 | 123 | 43 |
| Binary | 10100011 | 1111 | 10010111 | 0 | 1011011 | 111 | 100100 | 100110001 | 1010011 | 100011 |
Color Harmonies of #A30F97
Complementary color
Monochromatic Colors of #A30F97
Black with #A30F97
Text Example
Text Example
White with #A30F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30F97; }
p { color: rgb(163,15,151); }
H1.HeaderClassName
{
color: #A30F97;
}
.AnyTagClassName
{
color: #A30F97;
}
</style>
background-color css
<style>
a { background-color: #A30F97; }
a { background-color: rgb(163,15,151); }
div.DivClassName
{
background-color: #A30F97;
}
.BgClassName
{
background-color: #A30F97;
}
</style>
border-color css
<style>
span { border-color: #A30F97; }
span { border-color: rgb(163,15,151); }
td.TdClassName
{
border-color: #A30F97;
}
.TagClassName
{
border-color: #A30F97;
}
</style>