Shades of Dark Magenta #A3099E
Tints of Dark Magenta #A3099E
RGB
CMYK
RGB Variations
Color information
#A3099E (or 0xA3099E) is known color: Dark Magenta. HEX triplet: A3, 09 and 9E. RGB value is (163,9,158). Sum of RGB (Red+Green+Blue) = 163+9+158=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A3099E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3099E is #5CF661. Grayscale: #474747. Windows color (decimal): -6092386 or 10357155. OLE color: 10357155.
HSL color Cylindrical-coordinate representation of color #A3099E: hue angle of 301.95º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3099E is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 9 | 158 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.36 |
| HSL | 301.95º | 0.9% | 0.34% | - |
| HSV(B) | 301.95º | 0.94% | 0.64% | - |
| XYZ | 21.37 | 10.45 | 33.24 | - |
| YUV | 72.03 | 176.52 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 158 | 0 | 0.94 | 0.03 | 0.36 | 301.95 | 0.9 | 0.34 |
| Hex | A3 | 9 | 9E | 0 | 5E | 3 | 24 | 12E | 5A | 22 |
| Octal | 243 | 11 | 236 | 0 | 136 | 3 | 44 | 456 | 132 | 42 |
| Binary | 10100011 | 1001 | 10011110 | 0 | 1011110 | 11 | 100100 | 100101110 | 1011010 | 100010 |
Color Harmonies of #A3099E
Complementary color
Monochromatic Colors of #A3099E
Black with #A3099E
Text Example
Text Example
White with #A3099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3099E; }
p { color: rgb(163,9,158); }
H1.HeaderClassName
{
color: #A3099E;
}
.AnyTagClassName
{
color: #A3099E;
}
</style>
background-color css
<style>
a { background-color: #A3099E; }
a { background-color: rgb(163,9,158); }
div.DivClassName
{
background-color: #A3099E;
}
.BgClassName
{
background-color: #A3099E;
}
</style>
border-color css
<style>
span { border-color: #A3099E; }
span { border-color: rgb(163,9,158); }
td.TdClassName
{
border-color: #A3099E;
}
.TagClassName
{
border-color: #A3099E;
}
</style>