Shades of Dark Magenta #A5009B
Tints of Dark Magenta #A5009B
RGB
CMYK
RGB Variations
Color information
#A5009B (or 0xA5009B) is known color: Dark Magenta. HEX triplet: A5, 00 and 9B. RGB value is (165,0,155). Sum of RGB (Red+Green+Blue) = 165+0+155=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A5009B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5009B is #5AFF64. Grayscale: #424242. Windows color (decimal): -5963621 or 10158245. OLE color: 10158245.
HSL color Cylindrical-coordinate representation of color #A5009B: hue angle of 303.64º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5009B is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.06 | 0.35 |
| HSL | 303.64º | 1% | 0.32% | - |
| HSV(B) | 303.64º | 1% | 0.65% | - |
| XYZ | 21.43 | 10.37 | 31.88 | - |
| YUV | 67.01 | 177.66 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 155 | 0 | 1 | 0.06 | 0.35 | 303.64 | 1 | 0.32 |
| Hex | A5 | 0 | 9B | 0 | 64 | 6 | 23 | 130 | 64 | 20 |
| Octal | 245 | 0 | 233 | 0 | 144 | 6 | 43 | 460 | 144 | 40 |
| Binary | 10100101 | 0 | 10011011 | 0 | 1100100 | 110 | 100011 | 100110000 | 1100100 | 100000 |
Color Harmonies of #A5009B
Complementary color
Monochromatic Colors of #A5009B
Black with #A5009B
Text Example
Text Example
White with #A5009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5009B; }
p { color: rgb(165,0,155); }
H1.HeaderClassName
{
color: #A5009B;
}
.AnyTagClassName
{
color: #A5009B;
}
</style>
background-color css
<style>
a { background-color: #A5009B; }
a { background-color: rgb(165,0,155); }
div.DivClassName
{
background-color: #A5009B;
}
.BgClassName
{
background-color: #A5009B;
}
</style>
border-color css
<style>
span { border-color: #A5009B; }
span { border-color: rgb(165,0,155); }
td.TdClassName
{
border-color: #A5009B;
}
.TagClassName
{
border-color: #A5009B;
}
</style>