Shades of Dark Magenta #A3019B
Tints of Dark Magenta #A3019B
RGB
CMYK
RGB Variations
Color information
#A3019B (or 0xA3019B) is known color: Dark Magenta. HEX triplet: A3, 01 and 9B. RGB value is (163,1,155). Sum of RGB (Red+Green+Blue) = 163+1+155=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A3019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3019B is #5CFE64. Grayscale: #424242. Windows color (decimal): -6094437 or 10158499. OLE color: 10158499.
HSL color Cylindrical-coordinate representation of color #A3019B: hue angle of 302.96º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3019B is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 155 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.36 |
| HSL | 302.96º | 0.99% | 0.32% | - |
| HSV(B) | 302.96º | 0.99% | 0.64% | - |
| XYZ | 21.03 | 10.17 | 31.87 | - |
| YUV | 66.99 | 177.67 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 155 | 0 | 0.99 | 0.05 | 0.36 | 302.96 | 0.99 | 0.32 |
| Hex | A3 | 1 | 9B | 0 | 63 | 5 | 24 | 12F | 63 | 20 |
| Octal | 243 | 1 | 233 | 0 | 143 | 5 | 44 | 457 | 143 | 40 |
| Binary | 10100011 | 1 | 10011011 | 0 | 1100011 | 101 | 100100 | 100101111 | 1100011 | 100000 |
Color Harmonies of #A3019B
Complementary color
Monochromatic Colors of #A3019B
Black with #A3019B
Text Example
Text Example
White with #A3019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3019B; }
p { color: rgb(163,1,155); }
H1.HeaderClassName
{
color: #A3019B;
}
.AnyTagClassName
{
color: #A3019B;
}
</style>
background-color css
<style>
a { background-color: #A3019B; }
a { background-color: rgb(163,1,155); }
div.DivClassName
{
background-color: #A3019B;
}
.BgClassName
{
background-color: #A3019B;
}
</style>
border-color css
<style>
span { border-color: #A3019B; }
span { border-color: rgb(163,1,155); }
td.TdClassName
{
border-color: #A3019B;
}
.TagClassName
{
border-color: #A3019B;
}
</style>