Shades of Dark Magenta #A8098A
Tints of Dark Magenta #A8098A
RGB
CMYK
RGB Variations
Color information
#A8098A (or 0xA8098A) is known color: Dark Magenta. HEX triplet: A8, 09 and 8A. RGB value is (168,9,138). Sum of RGB (Red+Green+Blue) = 168+9+138=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A8098A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8098A is #57F675. Grayscale: #464646. Windows color (decimal): -5764726 or 9046440. OLE color: 9046440.
HSL color Cylindrical-coordinate representation of color #A8098A: hue angle of 311.32º 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 #A8098A is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 138 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.34 |
| HSL | 311.32º | 0.9% | 0.35% | - |
| HSV(B) | 311.32º | 0.95% | 0.66% | - |
| XYZ | 20.83 | 10.36 | 24.95 | - |
| YUV | 71.25 | 165.68 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 138 | 0 | 0.95 | 0.18 | 0.34 | 311.32 | 0.9 | 0.35 |
| Hex | A8 | 9 | 8A | 0 | 5F | 12 | 22 | 137 | 5A | 23 |
| Octal | 250 | 11 | 212 | 0 | 137 | 22 | 42 | 467 | 132 | 43 |
| Binary | 10101000 | 1001 | 10001010 | 0 | 1011111 | 10010 | 100010 | 100110111 | 1011010 | 100011 |
Color Harmonies of #A8098A
Complementary color
Monochromatic Colors of #A8098A
Black with #A8098A
Text Example
Text Example
White with #A8098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8098A; }
p { color: rgb(168,9,138); }
H1.HeaderClassName
{
color: #A8098A;
}
.AnyTagClassName
{
color: #A8098A;
}
</style>
background-color css
<style>
a { background-color: #A8098A; }
a { background-color: rgb(168,9,138); }
div.DivClassName
{
background-color: #A8098A;
}
.BgClassName
{
background-color: #A8098A;
}
</style>
border-color css
<style>
span { border-color: #A8098A; }
span { border-color: rgb(168,9,138); }
td.TdClassName
{
border-color: #A8098A;
}
.TagClassName
{
border-color: #A8098A;
}
</style>