Shades of Dark Magenta #A8019C
Tints of Dark Magenta #A8019C
RGB
CMYK
RGB Variations
Color information
#A8019C (or 0xA8019C) is known color: Dark Magenta. HEX triplet: A8, 01 and 9C. RGB value is (168,1,156). Sum of RGB (Red+Green+Blue) = 168+1+156=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A8019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8019C is #57FE63. Grayscale: #444444. Windows color (decimal): -5766756 or 10224040. OLE color: 10224040.
HSL color Cylindrical-coordinate representation of color #A8019C: hue angle of 304.31º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8019C is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 156 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.34 |
| HSL | 304.31º | 0.99% | 0.33% | - |
| HSV(B) | 304.31º | 0.99% | 0.66% | - |
| XYZ | 22.16 | 10.75 | 32.36 | - |
| YUV | 68.6 | 177.33 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 156 | 0 | 0.99 | 0.07 | 0.34 | 304.31 | 0.99 | 0.33 |
| Hex | A8 | 1 | 9C | 0 | 63 | 7 | 22 | 130 | 63 | 21 |
| Octal | 250 | 1 | 234 | 0 | 143 | 7 | 42 | 460 | 143 | 41 |
| Binary | 10101000 | 1 | 10011100 | 0 | 1100011 | 111 | 100010 | 100110000 | 1100011 | 100001 |
Color Harmonies of #A8019C
Complementary color
Monochromatic Colors of #A8019C
Black with #A8019C
Text Example
Text Example
White with #A8019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8019C; }
p { color: rgb(168,1,156); }
H1.HeaderClassName
{
color: #A8019C;
}
.AnyTagClassName
{
color: #A8019C;
}
</style>
background-color css
<style>
a { background-color: #A8019C; }
a { background-color: rgb(168,1,156); }
div.DivClassName
{
background-color: #A8019C;
}
.BgClassName
{
background-color: #A8019C;
}
</style>
border-color css
<style>
span { border-color: #A8019C; }
span { border-color: rgb(168,1,156); }
td.TdClassName
{
border-color: #A8019C;
}
.TagClassName
{
border-color: #A8019C;
}
</style>