Shades of Dark Magenta #A81BAA
Tints of Dark Magenta #A81BAA
RGB
CMYK
RGB Variations
Color information
#A81BAA (or 0xA81BAA) is known color: Dark Magenta. HEX triplet: A8, 1B and AA. RGB value is (168,27,170). Sum of RGB (Red+Green+Blue) = 168+27+170=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #A81BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81BAA is #57E455. Grayscale: #555555. Windows color (decimal): -5760086 or 11148200. OLE color: 11148200.
HSL color Cylindrical-coordinate representation of color #A81BAA: hue angle of 299.16º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81BAA is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 27 | 170 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.33 |
| HSL | 299.16º | 0.73% | 0.39% | - |
| HSV(B) | 299.16º | 0.84% | 0.67% | - |
| XYZ | 23.8 | 12.01 | 39.09 | - |
| YUV | 85.46 | 175.71 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 170 | 0.01 | 0.84 | 0 | 0.33 | 299.16 | 0.73 | 0.39 |
| Hex | A8 | 1B | AA | 1 | 54 | 0 | 21 | 12B | 49 | 27 |
| Octal | 250 | 33 | 252 | 1 | 124 | 0 | 41 | 453 | 111 | 47 |
| Binary | 10101000 | 11011 | 10101010 | 1 | 1010100 | 0 | 100001 | 100101011 | 1001001 | 100111 |
Color Harmonies of #A81BAA
Complementary color
Monochromatic Colors of #A81BAA
Black with #A81BAA
Text Example
Text Example
White with #A81BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81BAA; }
p { color: rgb(168,27,170); }
H1.HeaderClassName
{
color: #A81BAA;
}
.AnyTagClassName
{
color: #A81BAA;
}
</style>
background-color css
<style>
a { background-color: #A81BAA; }
a { background-color: rgb(168,27,170); }
div.DivClassName
{
background-color: #A81BAA;
}
.BgClassName
{
background-color: #A81BAA;
}
</style>
border-color css
<style>
span { border-color: #A81BAA; }
span { border-color: rgb(168,27,170); }
td.TdClassName
{
border-color: #A81BAA;
}
.TagClassName
{
border-color: #A81BAA;
}
</style>