Shades of Dark Magenta #A8018C
Tints of Dark Magenta #A8018C
RGB
CMYK
RGB Variations
Color information
#A8018C (or 0xA8018C) is known color: Dark Magenta. HEX triplet: A8, 01 and 8C. RGB value is (168,1,140). Sum of RGB (Red+Green+Blue) = 168+1+140=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A8018C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8018C is #57FE73. Grayscale: #424242. Windows color (decimal): -5766772 or 9175464. OLE color: 9175464.
HSL color Cylindrical-coordinate representation of color #A8018C: hue angle of 310.06º 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 #A8018C is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 140 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.34 |
| HSL | 310.06º | 0.99% | 0.33% | - |
| HSV(B) | 310.06º | 0.99% | 0.66% | - |
| XYZ | 20.89 | 10.24 | 25.69 | - |
| YUV | 66.78 | 169.33 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 140 | 0 | 0.99 | 0.17 | 0.34 | 310.06 | 0.99 | 0.33 |
| Hex | A8 | 1 | 8C | 0 | 63 | 11 | 22 | 136 | 63 | 21 |
| Octal | 250 | 1 | 214 | 0 | 143 | 21 | 42 | 466 | 143 | 41 |
| Binary | 10101000 | 1 | 10001100 | 0 | 1100011 | 10001 | 100010 | 100110110 | 1100011 | 100001 |
Color Harmonies of #A8018C
Complementary color
Monochromatic Colors of #A8018C
Black with #A8018C
Text Example
Text Example
White with #A8018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8018C; }
p { color: rgb(168,1,140); }
H1.HeaderClassName
{
color: #A8018C;
}
.AnyTagClassName
{
color: #A8018C;
}
</style>
background-color css
<style>
a { background-color: #A8018C; }
a { background-color: rgb(168,1,140); }
div.DivClassName
{
background-color: #A8018C;
}
.BgClassName
{
background-color: #A8018C;
}
</style>
border-color css
<style>
span { border-color: #A8018C; }
span { border-color: rgb(168,1,140); }
td.TdClassName
{
border-color: #A8018C;
}
.TagClassName
{
border-color: #A8018C;
}
</style>