Shades of Dark Magenta #A5029B
Tints of Dark Magenta #A5029B
RGB
CMYK
RGB Variations
Color information
#A5029B (or 0xA5029B) is known color: Dark Magenta. HEX triplet: A5, 02 and 9B. RGB value is (165,2,155). Sum of RGB (Red+Green+Blue) = 165+2+155=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A5029B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5029B is #5AFD64. Grayscale: #434343. Windows color (decimal): -5963109 or 10158757. OLE color: 10158757.
HSL color Cylindrical-coordinate representation of color #A5029B: hue angle of 303.68º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5029B is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.35 |
| HSL | 303.68º | 0.98% | 0.33% | - |
| HSV(B) | 303.68º | 0.99% | 0.65% | - |
| XYZ | 21.46 | 10.41 | 31.89 | - |
| YUV | 68.18 | 177 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 155 | 0 | 0.99 | 0.06 | 0.35 | 303.68 | 0.98 | 0.33 |
| Hex | A5 | 2 | 9B | 0 | 63 | 6 | 23 | 130 | 62 | 21 |
| Octal | 245 | 2 | 233 | 0 | 143 | 6 | 43 | 460 | 142 | 41 |
| Binary | 10100101 | 10 | 10011011 | 0 | 1100011 | 110 | 100011 | 100110000 | 1100010 | 100001 |
Color Harmonies of #A5029B
Complementary color
Monochromatic Colors of #A5029B
Black with #A5029B
Text Example
Text Example
White with #A5029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5029B; }
p { color: rgb(165,2,155); }
H1.HeaderClassName
{
color: #A5029B;
}
.AnyTagClassName
{
color: #A5029B;
}
</style>
background-color css
<style>
a { background-color: #A5029B; }
a { background-color: rgb(165,2,155); }
div.DivClassName
{
background-color: #A5029B;
}
.BgClassName
{
background-color: #A5029B;
}
</style>
border-color css
<style>
span { border-color: #A5029B; }
span { border-color: rgb(165,2,155); }
td.TdClassName
{
border-color: #A5029B;
}
.TagClassName
{
border-color: #A5029B;
}
</style>