Shades of Dark Magenta #A8149A
Tints of Dark Magenta #A8149A
RGB
CMYK
RGB Variations
Color information
#A8149A (or 0xA8149A) is known color: Dark Magenta. HEX triplet: A8, 14 and 9A. RGB value is (168,20,154). Sum of RGB (Red+Green+Blue) = 168+20+154=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A8149A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8149A is #57EB65. Grayscale: #4F4F4F. Windows color (decimal): -5761894 or 10097832. OLE color: 10097832.
HSL color Cylindrical-coordinate representation of color #A8149A: hue angle of 305.68º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8149A is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 154 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.34 |
| HSL | 305.68º | 0.79% | 0.37% | - |
| HSV(B) | 305.68º | 0.88% | 0.66% | - |
| XYZ | 22.23 | 11.16 | 31.55 | - |
| YUV | 79.53 | 170.03 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 154 | 0 | 0.88 | 0.08 | 0.34 | 305.68 | 0.79 | 0.37 |
| Hex | A8 | 14 | 9A | 0 | 58 | 8 | 22 | 132 | 4F | 25 |
| Octal | 250 | 24 | 232 | 0 | 130 | 10 | 42 | 462 | 117 | 45 |
| Binary | 10101000 | 10100 | 10011010 | 0 | 1011000 | 1000 | 100010 | 100110010 | 1001111 | 100101 |
Color Harmonies of #A8149A
Complementary color
Monochromatic Colors of #A8149A
Black with #A8149A
Text Example
Text Example
White with #A8149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8149A; }
p { color: rgb(168,20,154); }
H1.HeaderClassName
{
color: #A8149A;
}
.AnyTagClassName
{
color: #A8149A;
}
</style>
background-color css
<style>
a { background-color: #A8149A; }
a { background-color: rgb(168,20,154); }
div.DivClassName
{
background-color: #A8149A;
}
.BgClassName
{
background-color: #A8149A;
}
</style>
border-color css
<style>
span { border-color: #A8149A; }
span { border-color: rgb(168,20,154); }
td.TdClassName
{
border-color: #A8149A;
}
.TagClassName
{
border-color: #A8149A;
}
</style>