Shades of Medium Red Violet #A44389
Tints of Medium Red Violet #A44389
RGB
CMYK
RGB Variations
Color information
#A44389 (or 0xA44389) is known color: Medium Red Violet. HEX triplet: A4, 43 and 89. RGB value is (164,67,137). Sum of RGB (Red+Green+Blue) = 164+67+137=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A44389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44389 is #5BBC76. Grayscale: #676767. Windows color (decimal): -6012023 or 8995748. OLE color: 8995748.
HSL color Cylindrical-coordinate representation of color #A44389: hue angle of 316.7º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A44389 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 67 | 137 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.36 |
| HSL | 316.7º | 0.42% | 0.45% | - |
| HSV(B) | 316.7º | 0.59% | 0.64% | - |
| XYZ | 21.83 | 13.71 | 25.16 | - |
| YUV | 103.98 | 146.64 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 67 | 137 | 0 | 0.59 | 0.16 | 0.36 | 316.7 | 0.42 | 0.45 |
| Hex | A4 | 43 | 89 | 0 | 3B | 10 | 24 | 13D | 2A | 2D |
| Octal | 244 | 103 | 211 | 0 | 73 | 20 | 44 | 475 | 52 | 55 |
| Binary | 10100100 | 1000011 | 10001001 | 0 | 111011 | 10000 | 100100 | 100111101 | 101010 | 101101 |
Color Harmonies of #A44389
Complementary color
Monochromatic Colors of #A44389
Black with #A44389
Text Example
Text Example
White with #A44389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44389; }
p { color: rgb(164,67,137); }
H1.HeaderClassName
{
color: #A44389;
}
.AnyTagClassName
{
color: #A44389;
}
</style>
background-color css
<style>
a { background-color: #A44389; }
a { background-color: rgb(164,67,137); }
div.DivClassName
{
background-color: #A44389;
}
.BgClassName
{
background-color: #A44389;
}
</style>
border-color css
<style>
span { border-color: #A44389; }
span { border-color: rgb(164,67,137); }
td.TdClassName
{
border-color: #A44389;
}
.TagClassName
{
border-color: #A44389;
}
</style>