Shades of Medium Red Violet #A44B87
Tints of Medium Red Violet #A44B87
RGB
CMYK
RGB Variations
Color information
#A44B87 (or 0xA44B87) is known color: Medium Red Violet. HEX triplet: A4, 4B and 87. RGB value is (164,75,135). Sum of RGB (Red+Green+Blue) = 164+75+135=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44B87 is #5BB478. Grayscale: #6C6C6C. Windows color (decimal): -6009977 or 8866724. OLE color: 8866724.
HSL color Cylindrical-coordinate representation of color #A44B87: hue angle of 319.55º 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 #A44B87 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 75 | 135 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.36 |
| HSL | 319.55º | 0.37% | 0.47% | - |
| HSV(B) | 319.55º | 0.54% | 0.64% | - |
| XYZ | 22.2 | 14.67 | 24.58 | - |
| YUV | 108.45 | 142.99 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 135 | 0 | 0.54 | 0.18 | 0.36 | 319.55 | 0.37 | 0.47 |
| Hex | A4 | 4B | 87 | 0 | 36 | 12 | 24 | 140 | 25 | 2F |
| Octal | 244 | 113 | 207 | 0 | 66 | 22 | 44 | 500 | 45 | 57 |
| Binary | 10100100 | 1001011 | 10000111 | 0 | 110110 | 10010 | 100100 | 101000000 | 100101 | 101111 |
Color Harmonies of #A44B87
Complementary color
Monochromatic Colors of #A44B87
Black with #A44B87
Text Example
Text Example
White with #A44B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44B87; }
p { color: rgb(164,75,135); }
H1.HeaderClassName
{
color: #A44B87;
}
.AnyTagClassName
{
color: #A44B87;
}
</style>
background-color css
<style>
a { background-color: #A44B87; }
a { background-color: rgb(164,75,135); }
div.DivClassName
{
background-color: #A44B87;
}
.BgClassName
{
background-color: #A44B87;
}
</style>
border-color css
<style>
span { border-color: #A44B87; }
span { border-color: rgb(164,75,135); }
td.TdClassName
{
border-color: #A44B87;
}
.TagClassName
{
border-color: #A44B87;
}
</style>