Shades of Deep Magenta #A90CB0
Tints of Deep Magenta #A90CB0
RGB
CMYK
RGB Variations
Color information
#A90CB0 (or 0xA90CB0) is known color: Deep Magenta. HEX triplet: A9, 0C and B0. RGB value is (169,12,176). Sum of RGB (Red+Green+Blue) = 169+12+176=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 176 (69.14% from 255 or 49.30% from 357); Max value from RGB is 176 - color contains mainly: blue. Hex color #A90CB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90CB0 is #56F34F. Grayscale: #4D4D4D. Windows color (decimal): -5698384 or 11537577. OLE color: 11537577.
HSL color Cylindrical-coordinate representation of color #A90CB0: hue angle of 297.44º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90CB0 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 12 | 176 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.31 |
| HSL | 297.44º | 0.87% | 0.37% | - |
| HSV(B) | 297.44º | 0.93% | 0.69% | - |
| XYZ | 24.33 | 11.83 | 42.08 | - |
| YUV | 77.64 | 183.51 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 176 | 0.04 | 0.93 | 0 | 0.31 | 297.44 | 0.87 | 0.37 |
| Hex | A9 | C | B0 | 4 | 5D | 0 | 1F | 129 | 57 | 25 |
| Octal | 251 | 14 | 260 | 4 | 135 | 0 | 37 | 451 | 127 | 45 |
| Binary | 10101001 | 1100 | 10110000 | 100 | 1011101 | 0 | 11111 | 100101001 | 1010111 | 100101 |
Color Harmonies of #A90CB0
Complementary color
Monochromatic Colors of #A90CB0
Black with #A90CB0
Text Example
Text Example
White with #A90CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90CB0; }
p { color: rgb(169,12,176); }
H1.HeaderClassName
{
color: #A90CB0;
}
.AnyTagClassName
{
color: #A90CB0;
}
</style>
background-color css
<style>
a { background-color: #A90CB0; }
a { background-color: rgb(169,12,176); }
div.DivClassName
{
background-color: #A90CB0;
}
.BgClassName
{
background-color: #A90CB0;
}
</style>
border-color css
<style>
span { border-color: #A90CB0; }
span { border-color: rgb(169,12,176); }
td.TdClassName
{
border-color: #A90CB0;
}
.TagClassName
{
border-color: #A90CB0;
}
</style>