Shades of Dark Magenta #A8099E
Tints of Dark Magenta #A8099E
RGB
CMYK
RGB Variations
Color information
#A8099E (or 0xA8099E) is known color: Dark Magenta. HEX triplet: A8, 09 and 9E. RGB value is (168,9,158). Sum of RGB (Red+Green+Blue) = 168+9+158=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A8099E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8099E is #57F661. Grayscale: #494949. Windows color (decimal): -5764706 or 10357160. OLE color: 10357160.
HSL color Cylindrical-coordinate representation of color #A8099E: hue angle of 303.77º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8099E is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 158 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.34 |
| HSL | 303.77º | 0.9% | 0.35% | - |
| HSV(B) | 303.77º | 0.95% | 0.66% | - |
| XYZ | 22.42 | 10.99 | 33.29 | - |
| YUV | 73.53 | 175.68 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 158 | 0 | 0.95 | 0.06 | 0.34 | 303.77 | 0.9 | 0.35 |
| Hex | A8 | 9 | 9E | 0 | 5F | 6 | 22 | 130 | 5A | 23 |
| Octal | 250 | 11 | 236 | 0 | 137 | 6 | 42 | 460 | 132 | 43 |
| Binary | 10101000 | 1001 | 10011110 | 0 | 1011111 | 110 | 100010 | 100110000 | 1011010 | 100011 |
Color Harmonies of #A8099E
Complementary color
Monochromatic Colors of #A8099E
Black with #A8099E
Text Example
Text Example
White with #A8099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8099E; }
p { color: rgb(168,9,158); }
H1.HeaderClassName
{
color: #A8099E;
}
.AnyTagClassName
{
color: #A8099E;
}
</style>
background-color css
<style>
a { background-color: #A8099E; }
a { background-color: rgb(168,9,158); }
div.DivClassName
{
background-color: #A8099E;
}
.BgClassName
{
background-color: #A8099E;
}
</style>
border-color css
<style>
span { border-color: #A8099E; }
span { border-color: rgb(168,9,158); }
td.TdClassName
{
border-color: #A8099E;
}
.TagClassName
{
border-color: #A8099E;
}
</style>