Shades of Deep Magenta #A911B2
Tints of Deep Magenta #A911B2
RGB
CMYK
RGB Variations
Color information
#A911B2 (or 0xA911B2) is known color: Deep Magenta. HEX triplet: A9, 11 and B2. RGB value is (169,17,178). Sum of RGB (Red+Green+Blue) = 169+17+178=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 178 (69.92% from 255 or 48.90% from 364); Max value from RGB is 178 - color contains mainly: blue. Hex color #A911B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A911B2 is #56EE4D. Grayscale: #505050. Windows color (decimal): -5697102 or 11669929. OLE color: 11669929.
HSL color Cylindrical-coordinate representation of color #A911B2: hue angle of 296.65º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A911B2 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 17 | 178 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.30 |
| HSL | 296.65º | 0.83% | 0.38% | - |
| HSV(B) | 296.65º | 0.9% | 0.7% | - |
| XYZ | 24.6 | 12.05 | 43.15 | - |
| YUV | 80.8 | 182.86 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 178 | 0.05 | 0.90 | 0 | 0.30 | 296.65 | 0.83 | 0.38 |
| Hex | A9 | 11 | B2 | 5 | 5A | 0 | 1E | 129 | 53 | 26 |
| Octal | 251 | 21 | 262 | 5 | 132 | 0 | 36 | 451 | 123 | 46 |
| Binary | 10101001 | 10001 | 10110010 | 101 | 1011010 | 0 | 11110 | 100101001 | 1010011 | 100110 |
Color Harmonies of #A911B2
Complementary color
Monochromatic Colors of #A911B2
Black with #A911B2
Text Example
Text Example
White with #A911B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A911B2; }
p { color: rgb(169,17,178); }
H1.HeaderClassName
{
color: #A911B2;
}
.AnyTagClassName
{
color: #A911B2;
}
</style>
background-color css
<style>
a { background-color: #A911B2; }
a { background-color: rgb(169,17,178); }
div.DivClassName
{
background-color: #A911B2;
}
.BgClassName
{
background-color: #A911B2;
}
</style>
border-color css
<style>
span { border-color: #A911B2; }
span { border-color: rgb(169,17,178); }
td.TdClassName
{
border-color: #A911B2;
}
.TagClassName
{
border-color: #A911B2;
}
</style>