Shades of Dark Magenta #A81B9C
Tints of Dark Magenta #A81B9C
RGB
CMYK
RGB Variations
Color information
#A81B9C (or 0xA81B9C) is known color: Dark Magenta. HEX triplet: A8, 1B and 9C. RGB value is (168,27,156). Sum of RGB (Red+Green+Blue) = 168+27+156=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81B9C is #57E463. Grayscale: #535353. Windows color (decimal): -5760100 or 10230696. OLE color: 10230696.
HSL color Cylindrical-coordinate representation of color #A81B9C: hue angle of 305.11º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81B9C is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 27 | 156 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.34 |
| HSL | 305.11º | 0.72% | 0.38% | - |
| HSV(B) | 305.11º | 0.84% | 0.66% | - |
| XYZ | 22.54 | 11.51 | 32.49 | - |
| YUV | 83.87 | 168.71 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 156 | 0 | 0.84 | 0.07 | 0.34 | 305.11 | 0.72 | 0.38 |
| Hex | A8 | 1B | 9C | 0 | 54 | 7 | 22 | 131 | 48 | 26 |
| Octal | 250 | 33 | 234 | 0 | 124 | 7 | 42 | 461 | 110 | 46 |
| Binary | 10101000 | 11011 | 10011100 | 0 | 1010100 | 111 | 100010 | 100110001 | 1001000 | 100110 |
Color Harmonies of #A81B9C
Complementary color
Monochromatic Colors of #A81B9C
Black with #A81B9C
Text Example
Text Example
White with #A81B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81B9C; }
p { color: rgb(168,27,156); }
H1.HeaderClassName
{
color: #A81B9C;
}
.AnyTagClassName
{
color: #A81B9C;
}
</style>
background-color css
<style>
a { background-color: #A81B9C; }
a { background-color: rgb(168,27,156); }
div.DivClassName
{
background-color: #A81B9C;
}
.BgClassName
{
background-color: #A81B9C;
}
</style>
border-color css
<style>
span { border-color: #A81B9C; }
span { border-color: rgb(168,27,156); }
td.TdClassName
{
border-color: #A81B9C;
}
.TagClassName
{
border-color: #A81B9C;
}
</style>