Shades of Dark Magenta #A8099A
Tints of Dark Magenta #A8099A
RGB
CMYK
RGB Variations
Color information
#A8099A (or 0xA8099A) is known color: Dark Magenta. HEX triplet: A8, 09 and 9A. RGB value is (168,9,154). Sum of RGB (Red+Green+Blue) = 168+9+154=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8099A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8099A is #57F665. Grayscale: #484848. Windows color (decimal): -5764710 or 10095016. OLE color: 10095016.
HSL color Cylindrical-coordinate representation of color #A8099A: hue angle of 305.28º 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 #A8099A is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 154 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.34 |
| HSL | 305.28º | 0.9% | 0.35% | - |
| HSV(B) | 305.28º | 0.95% | 0.66% | - |
| XYZ | 22.08 | 10.85 | 31.5 | - |
| YUV | 73.07 | 173.68 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 154 | 0 | 0.95 | 0.08 | 0.34 | 305.28 | 0.9 | 0.35 |
| Hex | A8 | 9 | 9A | 0 | 5F | 8 | 22 | 131 | 5A | 23 |
| Octal | 250 | 11 | 232 | 0 | 137 | 10 | 42 | 461 | 132 | 43 |
| Binary | 10101000 | 1001 | 10011010 | 0 | 1011111 | 1000 | 100010 | 100110001 | 1011010 | 100011 |
Color Harmonies of #A8099A
Complementary color
Monochromatic Colors of #A8099A
Black with #A8099A
Text Example
Text Example
White with #A8099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8099A; }
p { color: rgb(168,9,154); }
H1.HeaderClassName
{
color: #A8099A;
}
.AnyTagClassName
{
color: #A8099A;
}
</style>
background-color css
<style>
a { background-color: #A8099A; }
a { background-color: rgb(168,9,154); }
div.DivClassName
{
background-color: #A8099A;
}
.BgClassName
{
background-color: #A8099A;
}
</style>
border-color css
<style>
span { border-color: #A8099A; }
span { border-color: rgb(168,9,154); }
td.TdClassName
{
border-color: #A8099A;
}
.TagClassName
{
border-color: #A8099A;
}
</style>