Shades of Dark Magenta #A3089B
Tints of Dark Magenta #A3089B
RGB
CMYK
RGB Variations
Color information
#A3089B (or 0xA3089B) is known color: Dark Magenta. HEX triplet: A3, 08 and 9B. RGB value is (163,8,155). Sum of RGB (Red+Green+Blue) = 163+8+155=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3089B is #5CF764. Grayscale: #464646. Windows color (decimal): -6092645 or 10160291. OLE color: 10160291.
HSL color Cylindrical-coordinate representation of color #A3089B: hue angle of 303.1º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A3089B is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 8 | 155 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.36 |
| HSL | 303.1º | 0.91% | 0.34% | - |
| HSV(B) | 303.1º | 0.95% | 0.64% | - |
| XYZ | 21.11 | 10.33 | 31.89 | - |
| YUV | 71.1 | 175.35 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 155 | 0 | 0.95 | 0.05 | 0.36 | 303.1 | 0.91 | 0.34 |
| Hex | A3 | 8 | 9B | 0 | 5F | 5 | 24 | 12F | 5B | 22 |
| Octal | 243 | 10 | 233 | 0 | 137 | 5 | 44 | 457 | 133 | 42 |
| Binary | 10100011 | 1000 | 10011011 | 0 | 1011111 | 101 | 100100 | 100101111 | 1011011 | 100010 |
Color Harmonies of #A3089B
Complementary color
Monochromatic Colors of #A3089B
Black with #A3089B
Text Example
Text Example
White with #A3089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3089B; }
p { color: rgb(163,8,155); }
H1.HeaderClassName
{
color: #A3089B;
}
.AnyTagClassName
{
color: #A3089B;
}
</style>
background-color css
<style>
a { background-color: #A3089B; }
a { background-color: rgb(163,8,155); }
div.DivClassName
{
background-color: #A3089B;
}
.BgClassName
{
background-color: #A3089B;
}
</style>
border-color css
<style>
span { border-color: #A3089B; }
span { border-color: rgb(163,8,155); }
td.TdClassName
{
border-color: #A3089B;
}
.TagClassName
{
border-color: #A3089B;
}
</style>