Shades of Dark Magenta #A3098F
Tints of Dark Magenta #A3098F
RGB
CMYK
RGB Variations
Color information
#A3098F (or 0xA3098F) is known color: Dark Magenta. HEX triplet: A3, 09 and 8F. RGB value is (163,9,143). Sum of RGB (Red+Green+Blue) = 163+9+143=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A3098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3098F is #5CF670. Grayscale: #454545. Windows color (decimal): -6092401 or 9374115. OLE color: 9374115.
HSL color Cylindrical-coordinate representation of color #A3098F: hue angle of 307.79º 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 #A3098F is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 9 | 143 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.36 |
| HSL | 307.79º | 0.9% | 0.34% | - |
| HSV(B) | 307.79º | 0.94% | 0.64% | - |
| XYZ | 20.16 | 9.97 | 26.85 | - |
| YUV | 70.32 | 169.02 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 143 | 0 | 0.94 | 0.12 | 0.36 | 307.79 | 0.9 | 0.34 |
| Hex | A3 | 9 | 8F | 0 | 5E | C | 24 | 134 | 5A | 22 |
| Octal | 243 | 11 | 217 | 0 | 136 | 14 | 44 | 464 | 132 | 42 |
| Binary | 10100011 | 1001 | 10001111 | 0 | 1011110 | 1100 | 100100 | 100110100 | 1011010 | 100010 |
Color Harmonies of #A3098F
Complementary color
Monochromatic Colors of #A3098F
Black with #A3098F
Text Example
Text Example
White with #A3098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3098F; }
p { color: rgb(163,9,143); }
H1.HeaderClassName
{
color: #A3098F;
}
.AnyTagClassName
{
color: #A3098F;
}
</style>
background-color css
<style>
a { background-color: #A3098F; }
a { background-color: rgb(163,9,143); }
div.DivClassName
{
background-color: #A3098F;
}
.BgClassName
{
background-color: #A3098F;
}
</style>
border-color css
<style>
span { border-color: #A3098F; }
span { border-color: rgb(163,9,143); }
td.TdClassName
{
border-color: #A3098F;
}
.TagClassName
{
border-color: #A3098F;
}
</style>