Shades of Dark Magenta #A3089F
Tints of Dark Magenta #A3089F
RGB
CMYK
RGB Variations
Color information
#A3089F (or 0xA3089F) is known color: Dark Magenta. HEX triplet: A3, 08 and 9F. RGB value is (163,8,159). Sum of RGB (Red+Green+Blue) = 163+8+159=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A3089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3089F is #5CF760. Grayscale: #474747. Windows color (decimal): -6092641 or 10422435. OLE color: 10422435.
HSL color Cylindrical-coordinate representation of color #A3089F: hue angle of 301.55º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A3089F is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 8 | 159 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.36 |
| HSL | 301.55º | 0.91% | 0.34% | - |
| HSV(B) | 301.55º | 0.95% | 0.64% | - |
| XYZ | 21.45 | 10.46 | 33.69 | - |
| YUV | 71.56 | 177.35 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 159 | 0 | 0.95 | 0.02 | 0.36 | 301.55 | 0.91 | 0.34 |
| Hex | A3 | 8 | 9F | 0 | 5F | 2 | 24 | 12E | 5B | 22 |
| Octal | 243 | 10 | 237 | 0 | 137 | 2 | 44 | 456 | 133 | 42 |
| Binary | 10100011 | 1000 | 10011111 | 0 | 1011111 | 10 | 100100 | 100101110 | 1011011 | 100010 |
Color Harmonies of #A3089F
Complementary color
Monochromatic Colors of #A3089F
Black with #A3089F
Text Example
Text Example
White with #A3089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3089F; }
p { color: rgb(163,8,159); }
H1.HeaderClassName
{
color: #A3089F;
}
.AnyTagClassName
{
color: #A3089F;
}
</style>
background-color css
<style>
a { background-color: #A3089F; }
a { background-color: rgb(163,8,159); }
div.DivClassName
{
background-color: #A3089F;
}
.BgClassName
{
background-color: #A3089F;
}
</style>
border-color css
<style>
span { border-color: #A3089F; }
span { border-color: rgb(163,8,159); }
td.TdClassName
{
border-color: #A3089F;
}
.TagClassName
{
border-color: #A3089F;
}
</style>