Shades of Dark Magenta #A8029B
Tints of Dark Magenta #A8029B
RGB
CMYK
RGB Variations
Color information
#A8029B (or 0xA8029B) is known color: Dark Magenta. HEX triplet: A8, 02 and 9B. RGB value is (168,2,155). Sum of RGB (Red+Green+Blue) = 168+2+155=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A8029B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8029B is #57FD64. Grayscale: #444444. Windows color (decimal): -5766501 or 10158760. OLE color: 10158760.
HSL color Cylindrical-coordinate representation of color #A8029B: hue angle of 304.7º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8029B is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.34 |
| HSL | 304.7º | 0.98% | 0.33% | - |
| HSV(B) | 304.7º | 0.99% | 0.66% | - |
| XYZ | 22.09 | 10.73 | 31.92 | - |
| YUV | 69.08 | 176.5 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 155 | 0 | 0.99 | 0.08 | 0.34 | 304.7 | 0.98 | 0.33 |
| Hex | A8 | 2 | 9B | 0 | 63 | 8 | 22 | 131 | 62 | 21 |
| Octal | 250 | 2 | 233 | 0 | 143 | 10 | 42 | 461 | 142 | 41 |
| Binary | 10101000 | 10 | 10011011 | 0 | 1100011 | 1000 | 100010 | 100110001 | 1100010 | 100001 |
Color Harmonies of #A8029B
Complementary color
Monochromatic Colors of #A8029B
Black with #A8029B
Text Example
Text Example
White with #A8029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8029B; }
p { color: rgb(168,2,155); }
H1.HeaderClassName
{
color: #A8029B;
}
.AnyTagClassName
{
color: #A8029B;
}
</style>
background-color css
<style>
a { background-color: #A8029B; }
a { background-color: rgb(168,2,155); }
div.DivClassName
{
background-color: #A8029B;
}
.BgClassName
{
background-color: #A8029B;
}
</style>
border-color css
<style>
span { border-color: #A8029B; }
span { border-color: rgb(168,2,155); }
td.TdClassName
{
border-color: #A8029B;
}
.TagClassName
{
border-color: #A8029B;
}
</style>