Shades of Dark Magenta #A81B9A
Tints of Dark Magenta #A81B9A
RGB
CMYK
RGB Variations
Color information
#A81B9A (or 0xA81B9A) is known color: Dark Magenta. HEX triplet: A8, 1B and 9A. RGB value is (168,27,154). Sum of RGB (Red+Green+Blue) = 168+27+154=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81B9A is #57E465. Grayscale: #535353. Windows color (decimal): -5760102 or 10099624. OLE color: 10099624.
HSL color Cylindrical-coordinate representation of color #A81B9A: hue angle of 305.96º 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 #A81B9A is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 27 | 154 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.34 |
| HSL | 305.96º | 0.72% | 0.38% | - |
| HSV(B) | 305.96º | 0.84% | 0.66% | - |
| XYZ | 22.37 | 11.44 | 31.6 | - |
| YUV | 83.64 | 167.71 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 154 | 0 | 0.84 | 0.08 | 0.34 | 305.96 | 0.72 | 0.38 |
| Hex | A8 | 1B | 9A | 0 | 54 | 8 | 22 | 132 | 48 | 26 |
| Octal | 250 | 33 | 232 | 0 | 124 | 10 | 42 | 462 | 110 | 46 |
| Binary | 10101000 | 11011 | 10011010 | 0 | 1010100 | 1000 | 100010 | 100110010 | 1001000 | 100110 |
Color Harmonies of #A81B9A
Complementary color
Monochromatic Colors of #A81B9A
Black with #A81B9A
Text Example
Text Example
White with #A81B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81B9A; }
p { color: rgb(168,27,154); }
H1.HeaderClassName
{
color: #A81B9A;
}
.AnyTagClassName
{
color: #A81B9A;
}
</style>
background-color css
<style>
a { background-color: #A81B9A; }
a { background-color: rgb(168,27,154); }
div.DivClassName
{
background-color: #A81B9A;
}
.BgClassName
{
background-color: #A81B9A;
}
</style>
border-color css
<style>
span { border-color: #A81B9A; }
span { border-color: rgb(168,27,154); }
td.TdClassName
{
border-color: #A81B9A;
}
.TagClassName
{
border-color: #A81B9A;
}
</style>