Shades of Dark Magenta #A3009B
Tints of Dark Magenta #A3009B
RGB
CMYK
RGB Variations
Color information
#A3009B (or 0xA3009B) is known color: Dark Magenta. HEX triplet: A3, 00 and 9B. RGB value is (163,0,155). Sum of RGB (Red+Green+Blue) = 163+0+155=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A3009B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3009B is #5CFF64. Grayscale: #414141. Windows color (decimal): -6094693 or 10158243. OLE color: 10158243.
HSL color Cylindrical-coordinate representation of color #A3009B: hue angle of 302.94º 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 #A3009B is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.05 | 0.36 |
| HSL | 302.94º | 1% | 0.32% | - |
| HSV(B) | 302.94º | 1% | 0.64% | - |
| XYZ | 21.02 | 10.15 | 31.86 | - |
| YUV | 66.41 | 178 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 155 | 0 | 1 | 0.05 | 0.36 | 302.94 | 1 | 0.32 |
| Hex | A3 | 0 | 9B | 0 | 64 | 5 | 24 | 12F | 64 | 20 |
| Octal | 243 | 0 | 233 | 0 | 144 | 5 | 44 | 457 | 144 | 40 |
| Binary | 10100011 | 0 | 10011011 | 0 | 1100100 | 101 | 100100 | 100101111 | 1100100 | 100000 |
Color Harmonies of #A3009B
Complementary color
Monochromatic Colors of #A3009B
Black with #A3009B
Text Example
Text Example
White with #A3009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3009B; }
p { color: rgb(163,0,155); }
H1.HeaderClassName
{
color: #A3009B;
}
.AnyTagClassName
{
color: #A3009B;
}
</style>
background-color css
<style>
a { background-color: #A3009B; }
a { background-color: rgb(163,0,155); }
div.DivClassName
{
background-color: #A3009B;
}
.BgClassName
{
background-color: #A3009B;
}
</style>
border-color css
<style>
span { border-color: #A3009B; }
span { border-color: rgb(163,0,155); }
td.TdClassName
{
border-color: #A3009B;
}
.TagClassName
{
border-color: #A3009B;
}
</style>