Shades of Dark Magenta #A1088C
Tints of Dark Magenta #A1088C
RGB
CMYK
RGB Variations
Color information
#A1088C (or 0xA1088C) is known color: Dark Magenta. HEX triplet: A1, 08 and 8C. RGB value is (161,8,140). Sum of RGB (Red+Green+Blue) = 161+8+140=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A1088C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1088C is #5EF773. Grayscale: #444444. Windows color (decimal): -6223732 or 9177249. OLE color: 9177249.
HSL color Cylindrical-coordinate representation of color #A1088C: hue angle of 308.24º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1088C is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 8 | 140 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.37 |
| HSL | 308.24º | 0.91% | 0.33% | - |
| HSV(B) | 308.24º | 0.95% | 0.63% | - |
| XYZ | 19.52 | 9.64 | 25.64 | - |
| YUV | 68.8 | 168.19 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 140 | 0 | 0.95 | 0.13 | 0.37 | 308.24 | 0.91 | 0.33 |
| Hex | A1 | 8 | 8C | 0 | 5F | D | 25 | 134 | 5B | 21 |
| Octal | 241 | 10 | 214 | 0 | 137 | 15 | 45 | 464 | 133 | 41 |
| Binary | 10100001 | 1000 | 10001100 | 0 | 1011111 | 1101 | 100101 | 100110100 | 1011011 | 100001 |
Color Harmonies of #A1088C
Complementary color
Monochromatic Colors of #A1088C
Black with #A1088C
Text Example
Text Example
White with #A1088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1088C; }
p { color: rgb(161,8,140); }
H1.HeaderClassName
{
color: #A1088C;
}
.AnyTagClassName
{
color: #A1088C;
}
</style>
background-color css
<style>
a { background-color: #A1088C; }
a { background-color: rgb(161,8,140); }
div.DivClassName
{
background-color: #A1088C;
}
.BgClassName
{
background-color: #A1088C;
}
</style>
border-color css
<style>
span { border-color: #A1088C; }
span { border-color: rgb(161,8,140); }
td.TdClassName
{
border-color: #A1088C;
}
.TagClassName
{
border-color: #A1088C;
}
</style>