Shades of Dark Magenta #A8019B
Tints of Dark Magenta #A8019B
RGB
CMYK
RGB Variations
Color information
#A8019B (or 0xA8019B) is known color: Dark Magenta. HEX triplet: A8, 01 and 9B. RGB value is (168,1,155). Sum of RGB (Red+Green+Blue) = 168+1+155=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A8019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8019B is #57FE64. Grayscale: #444444. Windows color (decimal): -5766757 or 10158504. OLE color: 10158504.
HSL color Cylindrical-coordinate representation of color #A8019B: hue angle of 304.67º 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 #A8019B is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 155 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.34 |
| HSL | 304.67º | 0.99% | 0.33% | - |
| HSV(B) | 304.67º | 0.99% | 0.66% | - |
| XYZ | 22.08 | 10.71 | 31.91 | - |
| YUV | 68.49 | 176.83 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 155 | 0 | 0.99 | 0.08 | 0.34 | 304.67 | 0.99 | 0.33 |
| Hex | A8 | 1 | 9B | 0 | 63 | 8 | 22 | 131 | 63 | 21 |
| Octal | 250 | 1 | 233 | 0 | 143 | 10 | 42 | 461 | 143 | 41 |
| Binary | 10101000 | 1 | 10011011 | 0 | 1100011 | 1000 | 100010 | 100110001 | 1100011 | 100001 |
Color Harmonies of #A8019B
Complementary color
Monochromatic Colors of #A8019B
Black with #A8019B
Text Example
Text Example
White with #A8019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8019B; }
p { color: rgb(168,1,155); }
H1.HeaderClassName
{
color: #A8019B;
}
.AnyTagClassName
{
color: #A8019B;
}
</style>
background-color css
<style>
a { background-color: #A8019B; }
a { background-color: rgb(168,1,155); }
div.DivClassName
{
background-color: #A8019B;
}
.BgClassName
{
background-color: #A8019B;
}
</style>
border-color css
<style>
span { border-color: #A8019B; }
span { border-color: rgb(168,1,155); }
td.TdClassName
{
border-color: #A8019B;
}
.TagClassName
{
border-color: #A8019B;
}
</style>