Shades of Medium Red Violet #A44C88
Tints of Medium Red Violet #A44C88
RGB
CMYK
RGB Variations
Color information
#A44C88 (or 0xA44C88) is known color: Medium Red Violet. HEX triplet: A4, 4C and 88. RGB value is (164,76,136). Sum of RGB (Red+Green+Blue) = 164+76+136=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44C88 is #5BB377. Grayscale: #6D6D6D. Windows color (decimal): -6009720 or 8932516. OLE color: 8932516.
HSL color Cylindrical-coordinate representation of color #A44C88: hue angle of 319.09º 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 #A44C88 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 76 | 136 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.36 |
| HSL | 319.09º | 0.37% | 0.47% | - |
| HSV(B) | 319.09º | 0.54% | 0.64% | - |
| XYZ | 22.34 | 14.84 | 24.98 | - |
| YUV | 109.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 136 | 0 | 0.54 | 0.17 | 0.36 | 319.09 | 0.37 | 0.47 |
| Hex | A4 | 4C | 88 | 0 | 36 | 11 | 24 | 13F | 25 | 2F |
| Octal | 244 | 114 | 210 | 0 | 66 | 21 | 44 | 477 | 45 | 57 |
| Binary | 10100100 | 1001100 | 10001000 | 0 | 110110 | 10001 | 100100 | 100111111 | 100101 | 101111 |
Color Harmonies of #A44C88
Complementary color
Monochromatic Colors of #A44C88
Black with #A44C88
Text Example
Text Example
White with #A44C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44C88; }
p { color: rgb(164,76,136); }
H1.HeaderClassName
{
color: #A44C88;
}
.AnyTagClassName
{
color: #A44C88;
}
</style>
background-color css
<style>
a { background-color: #A44C88; }
a { background-color: rgb(164,76,136); }
div.DivClassName
{
background-color: #A44C88;
}
.BgClassName
{
background-color: #A44C88;
}
</style>
border-color css
<style>
span { border-color: #A44C88; }
span { border-color: rgb(164,76,136); }
td.TdClassName
{
border-color: #A44C88;
}
.TagClassName
{
border-color: #A44C88;
}
</style>