Shades of Deep Magenta #A908B0
Tints of Deep Magenta #A908B0
RGB
CMYK
RGB Variations
Color information
#A908B0 (or 0xA908B0) is known color: Deep Magenta. HEX triplet: A9, 08 and B0. RGB value is (169,8,176). Sum of RGB (Red+Green+Blue) = 169+8+176=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 176 (69.14% from 255 or 49.86% from 353); Max value from RGB is 176 - color contains mainly: blue. Hex color #A908B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A908B0 is #56F74F. Grayscale: #4A4A4A. Windows color (decimal): -5699408 or 11536553. OLE color: 11536553.
HSL color Cylindrical-coordinate representation of color #A908B0: hue angle of 297.5º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A908B0 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 8 | 176 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.31 |
| HSL | 297.5º | 0.91% | 0.36% | - |
| HSV(B) | 297.5º | 0.95% | 0.69% | - |
| XYZ | 24.29 | 11.74 | 42.06 | - |
| YUV | 75.29 | 184.84 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 8 | 176 | 0.04 | 0.95 | 0 | 0.31 | 297.5 | 0.91 | 0.36 |
| Hex | A9 | 8 | B0 | 4 | 5F | 0 | 1F | 12A | 5B | 24 |
| Octal | 251 | 10 | 260 | 4 | 137 | 0 | 37 | 452 | 133 | 44 |
| Binary | 10101001 | 1000 | 10110000 | 100 | 1011111 | 0 | 11111 | 100101010 | 1011011 | 100100 |
Color Harmonies of #A908B0
Complementary color
Monochromatic Colors of #A908B0
Black with #A908B0
Text Example
Text Example
White with #A908B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A908B0; }
p { color: rgb(169,8,176); }
H1.HeaderClassName
{
color: #A908B0;
}
.AnyTagClassName
{
color: #A908B0;
}
</style>
background-color css
<style>
a { background-color: #A908B0; }
a { background-color: rgb(169,8,176); }
div.DivClassName
{
background-color: #A908B0;
}
.BgClassName
{
background-color: #A908B0;
}
</style>
border-color css
<style>
span { border-color: #A908B0; }
span { border-color: rgb(169,8,176); }
td.TdClassName
{
border-color: #A908B0;
}
.TagClassName
{
border-color: #A908B0;
}
</style>