Shades of Dark Magenta #A8129B
Tints of Dark Magenta #A8129B
RGB
CMYK
RGB Variations
Color information
#A8129B (or 0xA8129B) is known color: Dark Magenta. HEX triplet: A8, 12 and 9B. RGB value is (168,18,155). Sum of RGB (Red+Green+Blue) = 168+18+155=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A8129B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8129B is #57ED64. Grayscale: #4E4E4E. Windows color (decimal): -5762405 or 10162856. OLE color: 10162856.
HSL color Cylindrical-coordinate representation of color #A8129B: hue angle of 305.2º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8129B is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 155 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.34 |
| HSL | 305.2º | 0.81% | 0.36% | - |
| HSV(B) | 305.2º | 0.89% | 0.66% | - |
| XYZ | 22.28 | 11.12 | 31.98 | - |
| YUV | 78.47 | 171.2 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 155 | 0 | 0.89 | 0.08 | 0.34 | 305.2 | 0.81 | 0.36 |
| Hex | A8 | 12 | 9B | 0 | 59 | 8 | 22 | 131 | 51 | 24 |
| Octal | 250 | 22 | 233 | 0 | 131 | 10 | 42 | 461 | 121 | 44 |
| Binary | 10101000 | 10010 | 10011011 | 0 | 1011001 | 1000 | 100010 | 100110001 | 1010001 | 100100 |
Color Harmonies of #A8129B
Complementary color
Monochromatic Colors of #A8129B
Black with #A8129B
Text Example
Text Example
White with #A8129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8129B; }
p { color: rgb(168,18,155); }
H1.HeaderClassName
{
color: #A8129B;
}
.AnyTagClassName
{
color: #A8129B;
}
</style>
background-color css
<style>
a { background-color: #A8129B; }
a { background-color: rgb(168,18,155); }
div.DivClassName
{
background-color: #A8129B;
}
.BgClassName
{
background-color: #A8129B;
}
</style>
border-color css
<style>
span { border-color: #A8129B; }
span { border-color: rgb(168,18,155); }
td.TdClassName
{
border-color: #A8129B;
}
.TagClassName
{
border-color: #A8129B;
}
</style>