Shades of Dark Magenta #A80098
Tints of Dark Magenta #A80098
RGB
CMYK
RGB Variations
Color information
#A80098 (or 0xA80098) is known color: Dark Magenta. HEX triplet: A8, 00 and 98. RGB value is (168,0,152). Sum of RGB (Red+Green+Blue) = 168+0+152=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A80098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80098 is #57FF67. Grayscale: #434343. Windows color (decimal): -5767016 or 9961640. OLE color: 9961640.
HSL color Cylindrical-coordinate representation of color #A80098: hue angle of 305.71º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A80098 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 152 | - |
| CMYK | 0 | 1 | 0.10 | 0.34 |
| HSL | 305.71º | 1% | 0.33% | - |
| HSV(B) | 305.71º | 1% | 0.66% | - |
| XYZ | 21.82 | 10.59 | 30.6 | - |
| YUV | 67.56 | 175.66 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 152 | 0 | 1 | 0.10 | 0.34 | 305.71 | 1 | 0.33 |
| Hex | A8 | 0 | 98 | 0 | 64 | A | 22 | 132 | 64 | 21 |
| Octal | 250 | 0 | 230 | 0 | 144 | 12 | 42 | 462 | 144 | 41 |
| Binary | 10101000 | 0 | 10011000 | 0 | 1100100 | 1010 | 100010 | 100110010 | 1100100 | 100001 |
Color Harmonies of #A80098
Complementary color
Monochromatic Colors of #A80098
Black with #A80098
Text Example
Text Example
White with #A80098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80098; }
p { color: rgb(168,0,152); }
H1.HeaderClassName
{
color: #A80098;
}
.AnyTagClassName
{
color: #A80098;
}
</style>
background-color css
<style>
a { background-color: #A80098; }
a { background-color: rgb(168,0,152); }
div.DivClassName
{
background-color: #A80098;
}
.BgClassName
{
background-color: #A80098;
}
</style>
border-color css
<style>
span { border-color: #A80098; }
span { border-color: rgb(168,0,152); }
td.TdClassName
{
border-color: #A80098;
}
.TagClassName
{
border-color: #A80098;
}
</style>