Shades of Dark Magenta #A8099D
Tints of Dark Magenta #A8099D
RGB
CMYK
RGB Variations
Color information
#A8099D (or 0xA8099D) is known color: Dark Magenta. HEX triplet: A8, 09 and 9D. RGB value is (168,9,157). Sum of RGB (Red+Green+Blue) = 168+9+157=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A8099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8099D is #57F662. Grayscale: #484848. Windows color (decimal): -5764707 or 10291624. OLE color: 10291624.
HSL color Cylindrical-coordinate representation of color #A8099D: hue angle of 304.15º 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 #A8099D is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 157 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.34 |
| HSL | 304.15º | 0.9% | 0.35% | - |
| HSV(B) | 304.15º | 0.95% | 0.66% | - |
| XYZ | 22.33 | 10.95 | 32.84 | - |
| YUV | 73.41 | 175.18 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 157 | 0 | 0.95 | 0.07 | 0.34 | 304.15 | 0.9 | 0.35 |
| Hex | A8 | 9 | 9D | 0 | 5F | 7 | 22 | 130 | 5A | 23 |
| Octal | 250 | 11 | 235 | 0 | 137 | 7 | 42 | 460 | 132 | 43 |
| Binary | 10101000 | 1001 | 10011101 | 0 | 1011111 | 111 | 100010 | 100110000 | 1011010 | 100011 |
Color Harmonies of #A8099D
Complementary color
Monochromatic Colors of #A8099D
Black with #A8099D
Text Example
Text Example
White with #A8099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8099D; }
p { color: rgb(168,9,157); }
H1.HeaderClassName
{
color: #A8099D;
}
.AnyTagClassName
{
color: #A8099D;
}
</style>
background-color css
<style>
a { background-color: #A8099D; }
a { background-color: rgb(168,9,157); }
div.DivClassName
{
background-color: #A8099D;
}
.BgClassName
{
background-color: #A8099D;
}
</style>
border-color css
<style>
span { border-color: #A8099D; }
span { border-color: rgb(168,9,157); }
td.TdClassName
{
border-color: #A8099D;
}
.TagClassName
{
border-color: #A8099D;
}
</style>