Shades of Dark Magenta #A8019A
Tints of Dark Magenta #A8019A
RGB
CMYK
RGB Variations
Color information
#A8019A (or 0xA8019A) is known color: Dark Magenta. HEX triplet: A8, 01 and 9A. RGB value is (168,1,154). Sum of RGB (Red+Green+Blue) = 168+1+154=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A8019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8019A is #57FE65. Grayscale: #434343. Windows color (decimal): -5766758 or 10092968. OLE color: 10092968.
HSL color Cylindrical-coordinate representation of color #A8019A: hue angle of 305.03º degrees, saturation: 0.99, 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 #A8019A is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 154 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.34 |
| HSL | 305.03º | 0.99% | 0.33% | - |
| HSV(B) | 305.03º | 0.99% | 0.66% | - |
| XYZ | 21.99 | 10.68 | 31.47 | - |
| YUV | 68.38 | 176.33 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 154 | 0 | 0.99 | 0.08 | 0.34 | 305.03 | 0.99 | 0.33 |
| Hex | A8 | 1 | 9A | 0 | 63 | 8 | 22 | 131 | 63 | 21 |
| Octal | 250 | 1 | 232 | 0 | 143 | 10 | 42 | 461 | 143 | 41 |
| Binary | 10101000 | 1 | 10011010 | 0 | 1100011 | 1000 | 100010 | 100110001 | 1100011 | 100001 |
Color Harmonies of #A8019A
Complementary color
Monochromatic Colors of #A8019A
Black with #A8019A
Text Example
Text Example
White with #A8019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8019A; }
p { color: rgb(168,1,154); }
H1.HeaderClassName
{
color: #A8019A;
}
.AnyTagClassName
{
color: #A8019A;
}
</style>
background-color css
<style>
a { background-color: #A8019A; }
a { background-color: rgb(168,1,154); }
div.DivClassName
{
background-color: #A8019A;
}
.BgClassName
{
background-color: #A8019A;
}
</style>
border-color css
<style>
span { border-color: #A8019A; }
span { border-color: rgb(168,1,154); }
td.TdClassName
{
border-color: #A8019A;
}
.TagClassName
{
border-color: #A8019A;
}
</style>