Shades of Medium Red Violet #A44C89
Tints of Medium Red Violet #A44C89
RGB
CMYK
RGB Variations
Color information
#A44C89 (or 0xA44C89) is known color: Medium Red Violet. HEX triplet: A4, 4C and 89. RGB value is (164,76,137). Sum of RGB (Red+Green+Blue) = 164+76+137=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44C89 is #5BB376. Grayscale: #6D6D6D. Windows color (decimal): -6009719 or 8998052. OLE color: 8998052.
HSL color Cylindrical-coordinate representation of color #A44C89: hue angle of 318.41º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A44C89 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 76 | 137 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.36 |
| HSL | 318.41º | 0.37% | 0.47% | - |
| HSV(B) | 318.41º | 0.54% | 0.64% | - |
| XYZ | 22.41 | 14.87 | 25.36 | - |
| YUV | 109.27 | 143.65 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 137 | 0 | 0.54 | 0.16 | 0.36 | 318.41 | 0.37 | 0.47 |
| Hex | A4 | 4C | 89 | 0 | 36 | 10 | 24 | 13E | 25 | 2F |
| Octal | 244 | 114 | 211 | 0 | 66 | 20 | 44 | 476 | 45 | 57 |
| Binary | 10100100 | 1001100 | 10001001 | 0 | 110110 | 10000 | 100100 | 100111110 | 100101 | 101111 |
Color Harmonies of #A44C89
Complementary color
Monochromatic Colors of #A44C89
Black with #A44C89
Text Example
Text Example
White with #A44C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44C89; }
p { color: rgb(164,76,137); }
H1.HeaderClassName
{
color: #A44C89;
}
.AnyTagClassName
{
color: #A44C89;
}
</style>
background-color css
<style>
a { background-color: #A44C89; }
a { background-color: rgb(164,76,137); }
div.DivClassName
{
background-color: #A44C89;
}
.BgClassName
{
background-color: #A44C89;
}
</style>
border-color css
<style>
span { border-color: #A44C89; }
span { border-color: rgb(164,76,137); }
td.TdClassName
{
border-color: #A44C89;
}
.TagClassName
{
border-color: #A44C89;
}
</style>