Shades of Dark Magenta #A4089B
Tints of Dark Magenta #A4089B
RGB
CMYK
RGB Variations
Color information
#A4089B (or 0xA4089B) is known color: Dark Magenta. HEX triplet: A4, 08 and 9B. RGB value is (164,8,155). Sum of RGB (Red+Green+Blue) = 164+8+155=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A4089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4089B is #5BF764. Grayscale: #464646. Windows color (decimal): -6027109 or 10160292. OLE color: 10160292.
HSL color Cylindrical-coordinate representation of color #A4089B: hue angle of 303.46º 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 #A4089B is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 8 | 155 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.36 |
| HSL | 303.46º | 0.91% | 0.34% | - |
| HSV(B) | 303.46º | 0.95% | 0.64% | - |
| XYZ | 21.31 | 10.43 | 31.9 | - |
| YUV | 71.4 | 175.18 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 8 | 155 | 0 | 0.95 | 0.05 | 0.36 | 303.46 | 0.91 | 0.34 |
| Hex | A4 | 8 | 9B | 0 | 5F | 5 | 24 | 12F | 5B | 22 |
| Octal | 244 | 10 | 233 | 0 | 137 | 5 | 44 | 457 | 133 | 42 |
| Binary | 10100100 | 1000 | 10011011 | 0 | 1011111 | 101 | 100100 | 100101111 | 1011011 | 100010 |
Color Harmonies of #A4089B
Complementary color
Monochromatic Colors of #A4089B
Black with #A4089B
Text Example
Text Example
White with #A4089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4089B; }
p { color: rgb(164,8,155); }
H1.HeaderClassName
{
color: #A4089B;
}
.AnyTagClassName
{
color: #A4089B;
}
</style>
background-color css
<style>
a { background-color: #A4089B; }
a { background-color: rgb(164,8,155); }
div.DivClassName
{
background-color: #A4089B;
}
.BgClassName
{
background-color: #A4089B;
}
</style>
border-color css
<style>
span { border-color: #A4089B; }
span { border-color: rgb(164,8,155); }
td.TdClassName
{
border-color: #A4089B;
}
.TagClassName
{
border-color: #A4089B;
}
</style>