Shades of Dark Magenta #A3008B
Tints of Dark Magenta #A3008B
RGB
CMYK
RGB Variations
Color information
#A3008B (or 0xA3008B) is known color: Dark Magenta. HEX triplet: A3, 00 and 8B. RGB value is (163,0,139). Sum of RGB (Red+Green+Blue) = 163+0+139=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A3008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3008B is #5CFF74. Grayscale: #404040. Windows color (decimal): -6094709 or 9109667. OLE color: 9109667.
HSL color Cylindrical-coordinate representation of color #A3008B: hue angle of 308.83º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3008B is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.15 | 0.36 |
| HSL | 308.83º | 1% | 0.32% | - |
| HSV(B) | 308.83º | 1% | 0.64% | - |
| XYZ | 19.76 | 9.65 | 25.25 | - |
| YUV | 64.58 | 170 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 139 | 0 | 1 | 0.15 | 0.36 | 308.83 | 1 | 0.32 |
| Hex | A3 | 0 | 8B | 0 | 64 | F | 24 | 135 | 64 | 20 |
| Octal | 243 | 0 | 213 | 0 | 144 | 17 | 44 | 465 | 144 | 40 |
| Binary | 10100011 | 0 | 10001011 | 0 | 1100100 | 1111 | 100100 | 100110101 | 1100100 | 100000 |
Color Harmonies of #A3008B
Complementary color
Monochromatic Colors of #A3008B
Black with #A3008B
Text Example
Text Example
White with #A3008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3008B; }
p { color: rgb(163,0,139); }
H1.HeaderClassName
{
color: #A3008B;
}
.AnyTagClassName
{
color: #A3008B;
}
</style>
background-color css
<style>
a { background-color: #A3008B; }
a { background-color: rgb(163,0,139); }
div.DivClassName
{
background-color: #A3008B;
}
.BgClassName
{
background-color: #A3008B;
}
</style>
border-color css
<style>
span { border-color: #A3008B; }
span { border-color: rgb(163,0,139); }
td.TdClassName
{
border-color: #A3008B;
}
.TagClassName
{
border-color: #A3008B;
}
</style>