Shades of Dark Magenta #A4108F
Tints of Dark Magenta #A4108F
RGB
CMYK
RGB Variations
Color information
#A4108F (or 0xA4108F) is known color: Dark Magenta. HEX triplet: A4, 10 and 8F. RGB value is (164,16,143). Sum of RGB (Red+Green+Blue) = 164+16+143=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 143 (56.25% from 255 or 44.27% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A4108F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4108F is #5BEF70. Grayscale: #4A4A4A. Windows color (decimal): -6025073 or 9375908. OLE color: 9375908.
HSL color Cylindrical-coordinate representation of color #A4108F: hue angle of 308.51º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A4108F is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 16 | 143 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.36 |
| HSL | 308.51º | 0.82% | 0.35% | - |
| HSV(B) | 308.51º | 0.9% | 0.64% | - |
| XYZ | 20.45 | 10.25 | 26.89 | - |
| YUV | 74.73 | 166.53 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 16 | 143 | 0 | 0.90 | 0.13 | 0.36 | 308.51 | 0.82 | 0.35 |
| Hex | A4 | 10 | 8F | 0 | 5A | D | 24 | 135 | 52 | 23 |
| Octal | 244 | 20 | 217 | 0 | 132 | 15 | 44 | 465 | 122 | 43 |
| Binary | 10100100 | 10000 | 10001111 | 0 | 1011010 | 1101 | 100100 | 100110101 | 1010010 | 100011 |
Color Harmonies of #A4108F
Complementary color
Monochromatic Colors of #A4108F
Black with #A4108F
Text Example
Text Example
White with #A4108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4108F; }
p { color: rgb(164,16,143); }
H1.HeaderClassName
{
color: #A4108F;
}
.AnyTagClassName
{
color: #A4108F;
}
</style>
background-color css
<style>
a { background-color: #A4108F; }
a { background-color: rgb(164,16,143); }
div.DivClassName
{
background-color: #A4108F;
}
.BgClassName
{
background-color: #A4108F;
}
</style>
border-color css
<style>
span { border-color: #A4108F; }
span { border-color: rgb(164,16,143); }
td.TdClassName
{
border-color: #A4108F;
}
.TagClassName
{
border-color: #A4108F;
}
</style>