Shades of Dark Magenta #A90BAB
Tints of Dark Magenta #A90BAB
RGB
CMYK
RGB Variations
Color information
#A90BAB (or 0xA90BAB) is known color: Dark Magenta. HEX triplet: A9, 0B and AB. RGB value is (169,11,171). Sum of RGB (Red+Green+Blue) = 169+11+171=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #A90BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90BAB is #56F454. Grayscale: #4C4C4C. Windows color (decimal): -5698645 or 11209641. OLE color: 11209641.
HSL color Cylindrical-coordinate representation of color #A90BAB: hue angle of 299.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90BAB is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 11 | 171 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.33 |
| HSL | 299.25º | 0.88% | 0.36% | - |
| HSV(B) | 299.25º | 0.94% | 0.67% | - |
| XYZ | 23.83 | 11.61 | 39.51 | - |
| YUV | 76.48 | 181.35 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 171 | 0.01 | 0.94 | 0 | 0.33 | 299.25 | 0.88 | 0.36 |
| Hex | A9 | B | AB | 1 | 5E | 0 | 21 | 12B | 58 | 24 |
| Octal | 251 | 13 | 253 | 1 | 136 | 0 | 41 | 453 | 130 | 44 |
| Binary | 10101001 | 1011 | 10101011 | 1 | 1011110 | 0 | 100001 | 100101011 | 1011000 | 100100 |
Color Harmonies of #A90BAB
Complementary color
Monochromatic Colors of #A90BAB
Black with #A90BAB
Text Example
Text Example
White with #A90BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90BAB; }
p { color: rgb(169,11,171); }
H1.HeaderClassName
{
color: #A90BAB;
}
.AnyTagClassName
{
color: #A90BAB;
}
</style>
background-color css
<style>
a { background-color: #A90BAB; }
a { background-color: rgb(169,11,171); }
div.DivClassName
{
background-color: #A90BAB;
}
.BgClassName
{
background-color: #A90BAB;
}
</style>
border-color css
<style>
span { border-color: #A90BAB; }
span { border-color: rgb(169,11,171); }
td.TdClassName
{
border-color: #A90BAB;
}
.TagClassName
{
border-color: #A90BAB;
}
</style>