Shades of Medium Red Violet #A44C8B
Tints of Medium Red Violet #A44C8B
RGB
CMYK
RGB Variations
Color information
#A44C8B (or 0xA44C8B) is known color: Medium Red Violet. HEX triplet: A4, 4C and 8B. RGB value is (164,76,139). Sum of RGB (Red+Green+Blue) = 164+76+139=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44C8B is #5BB374. Grayscale: #6D6D6D. Windows color (decimal): -6009717 or 9129124. OLE color: 9129124.
HSL color Cylindrical-coordinate representation of color #A44C8B: hue angle of 317.05º 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 #A44C8B is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 76 | 139 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.36 |
| HSL | 317.05º | 0.37% | 0.47% | - |
| HSV(B) | 317.05º | 0.54% | 0.64% | - |
| XYZ | 22.55 | 14.93 | 26.12 | - |
| YUV | 109.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 139 | 0 | 0.54 | 0.15 | 0.36 | 317.05 | 0.37 | 0.47 |
| Hex | A4 | 4C | 8B | 0 | 36 | F | 24 | 13D | 25 | 2F |
| Octal | 244 | 114 | 213 | 0 | 66 | 17 | 44 | 475 | 45 | 57 |
| Binary | 10100100 | 1001100 | 10001011 | 0 | 110110 | 1111 | 100100 | 100111101 | 100101 | 101111 |
Color Harmonies of #A44C8B
Complementary color
Monochromatic Colors of #A44C8B
Black with #A44C8B
Text Example
Text Example
White with #A44C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44C8B; }
p { color: rgb(164,76,139); }
H1.HeaderClassName
{
color: #A44C8B;
}
.AnyTagClassName
{
color: #A44C8B;
}
</style>
background-color css
<style>
a { background-color: #A44C8B; }
a { background-color: rgb(164,76,139); }
div.DivClassName
{
background-color: #A44C8B;
}
.BgClassName
{
background-color: #A44C8B;
}
</style>
border-color css
<style>
span { border-color: #A44C8B; }
span { border-color: rgb(164,76,139); }
td.TdClassName
{
border-color: #A44C8B;
}
.TagClassName
{
border-color: #A44C8B;
}
</style>