Shades of Deep Magenta #A905B2
Tints of Deep Magenta #A905B2
RGB
CMYK
RGB Variations
Color information
#A905B2 (or 0xA905B2) is known color: Deep Magenta. HEX triplet: A9, 05 and B2. RGB value is (169,5,178). Sum of RGB (Red+Green+Blue) = 169+5+178=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 178 (69.92% from 255 or 50.57% from 352); Max value from RGB is 178 - color contains mainly: blue. Hex color #A905B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A905B2 is #56FA4D. Grayscale: #494949. Windows color (decimal): -5700174 or 11666857. OLE color: 11666857.
HSL color Cylindrical-coordinate representation of color #A905B2: hue angle of 296.88º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A905B2 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 5 | 178 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.30 |
| HSL | 296.88º | 0.95% | 0.36% | - |
| HSV(B) | 296.88º | 0.97% | 0.7% | - |
| XYZ | 24.45 | 11.76 | 43.1 | - |
| YUV | 73.76 | 186.83 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 178 | 0.05 | 0.97 | 0 | 0.30 | 296.88 | 0.95 | 0.36 |
| Hex | A9 | 5 | B2 | 5 | 61 | 0 | 1E | 129 | 5F | 24 |
| Octal | 251 | 5 | 262 | 5 | 141 | 0 | 36 | 451 | 137 | 44 |
| Binary | 10101001 | 101 | 10110010 | 101 | 1100001 | 0 | 11110 | 100101001 | 1011111 | 100100 |
Color Harmonies of #A905B2
Complementary color
Monochromatic Colors of #A905B2
Black with #A905B2
Text Example
Text Example
White with #A905B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A905B2; }
p { color: rgb(169,5,178); }
H1.HeaderClassName
{
color: #A905B2;
}
.AnyTagClassName
{
color: #A905B2;
}
</style>
background-color css
<style>
a { background-color: #A905B2; }
a { background-color: rgb(169,5,178); }
div.DivClassName
{
background-color: #A905B2;
}
.BgClassName
{
background-color: #A905B2;
}
</style>
border-color css
<style>
span { border-color: #A905B2; }
span { border-color: rgb(169,5,178); }
td.TdClassName
{
border-color: #A905B2;
}
.TagClassName
{
border-color: #A905B2;
}
</style>