Shades of Dark Magenta #A80093
Tints of Dark Magenta #A80093
RGB
CMYK
RGB Variations
Color information
#A80093 (or 0xA80093) is known color: Dark Magenta. HEX triplet: A8, 00 and 93. RGB value is (168,0,147). Sum of RGB (Red+Green+Blue) = 168+0+147=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A80093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80093 is #57FF6C. Grayscale: #424242. Windows color (decimal): -5767021 or 9633960. OLE color: 9633960.
HSL color Cylindrical-coordinate representation of color #A80093: hue angle of 307.5º 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 #A80093 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.13 | 0.34 |
| HSL | 307.5º | 1% | 0.33% | - |
| HSV(B) | 307.5º | 1% | 0.66% | - |
| XYZ | 21.41 | 10.43 | 28.49 | - |
| YUV | 66.99 | 173.16 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 147 | 0 | 1 | 0.13 | 0.34 | 307.5 | 1 | 0.33 |
| Hex | A8 | 0 | 93 | 0 | 64 | D | 22 | 134 | 64 | 21 |
| Octal | 250 | 0 | 223 | 0 | 144 | 15 | 42 | 464 | 144 | 41 |
| Binary | 10101000 | 0 | 10010011 | 0 | 1100100 | 1101 | 100010 | 100110100 | 1100100 | 100001 |
Color Harmonies of #A80093
Complementary color
Monochromatic Colors of #A80093
Black with #A80093
Text Example
Text Example
White with #A80093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80093; }
p { color: rgb(168,0,147); }
H1.HeaderClassName
{
color: #A80093;
}
.AnyTagClassName
{
color: #A80093;
}
</style>
background-color css
<style>
a { background-color: #A80093; }
a { background-color: rgb(168,0,147); }
div.DivClassName
{
background-color: #A80093;
}
.BgClassName
{
background-color: #A80093;
}
</style>
border-color css
<style>
span { border-color: #A80093; }
span { border-color: rgb(168,0,147); }
td.TdClassName
{
border-color: #A80093;
}
.TagClassName
{
border-color: #A80093;
}
</style>