Shades of Dark Magenta #A90FAB
Tints of Dark Magenta #A90FAB
RGB
CMYK
RGB Variations
Color information
#A90FAB (or 0xA90FAB) is known color: Dark Magenta. HEX triplet: A9, 0F and AB. RGB value is (169,15,171). Sum of RGB (Red+Green+Blue) = 169+15+171=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #A90FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90FAB is #56F054. Grayscale: #4E4E4E. Windows color (decimal): -5697621 or 11210665. OLE color: 11210665.
HSL color Cylindrical-coordinate representation of color #A90FAB: hue angle of 299.23º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A90FAB is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 15 | 171 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.33 |
| HSL | 299.23º | 0.84% | 0.36% | - |
| HSV(B) | 299.23º | 0.91% | 0.67% | - |
| XYZ | 23.88 | 11.72 | 39.53 | - |
| YUV | 78.83 | 180.02 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 15 | 171 | 0.01 | 0.91 | 0 | 0.33 | 299.23 | 0.84 | 0.36 |
| Hex | A9 | F | AB | 1 | 5B | 0 | 21 | 12B | 54 | 24 |
| Octal | 251 | 17 | 253 | 1 | 133 | 0 | 41 | 453 | 124 | 44 |
| Binary | 10101001 | 1111 | 10101011 | 1 | 1011011 | 0 | 100001 | 100101011 | 1010100 | 100100 |
Color Harmonies of #A90FAB
Complementary color
Monochromatic Colors of #A90FAB
Black with #A90FAB
Text Example
Text Example
White with #A90FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90FAB; }
p { color: rgb(169,15,171); }
H1.HeaderClassName
{
color: #A90FAB;
}
.AnyTagClassName
{
color: #A90FAB;
}
</style>
background-color css
<style>
a { background-color: #A90FAB; }
a { background-color: rgb(169,15,171); }
div.DivClassName
{
background-color: #A90FAB;
}
.BgClassName
{
background-color: #A90FAB;
}
</style>
border-color css
<style>
span { border-color: #A90FAB; }
span { border-color: rgb(169,15,171); }
td.TdClassName
{
border-color: #A90FAB;
}
.TagClassName
{
border-color: #A90FAB;
}
</style>