Shades of Medium Red Violet #A4387D
Tints of Medium Red Violet #A4387D
RGB
CMYK
RGB Variations
Color information
#A4387D (or 0xA4387D) is known color: Medium Red Violet. HEX triplet: A4, 38 and 7D. RGB value is (164,56,125). Sum of RGB (Red+Green+Blue) = 164+56+125=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A4387D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4387D is #5BC782. Grayscale: #5F5F5F. Windows color (decimal): -6014851 or 8206500. OLE color: 8206500.
HSL color Cylindrical-coordinate representation of color #A4387D: hue angle of 321.67º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A4387D is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 56 | 125 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.36 |
| HSL | 321.67º | 0.49% | 0.43% | - |
| HSV(B) | 321.67º | 0.66% | 0.64% | - |
| XYZ | 20.43 | 12.2 | 20.68 | - |
| YUV | 96.16 | 144.28 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 56 | 125 | 0 | 0.66 | 0.24 | 0.36 | 321.67 | 0.49 | 0.43 |
| Hex | A4 | 38 | 7D | 0 | 42 | 18 | 24 | 142 | 31 | 2B |
| Octal | 244 | 70 | 175 | 0 | 102 | 30 | 44 | 502 | 61 | 53 |
| Binary | 10100100 | 111000 | 1111101 | 0 | 1000010 | 11000 | 100100 | 101000010 | 110001 | 101011 |
Color Harmonies of #A4387D
Complementary color
Monochromatic Colors of #A4387D
Black with #A4387D
Text Example
Text Example
White with #A4387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4387D; }
p { color: rgb(164,56,125); }
H1.HeaderClassName
{
color: #A4387D;
}
.AnyTagClassName
{
color: #A4387D;
}
</style>
background-color css
<style>
a { background-color: #A4387D; }
a { background-color: rgb(164,56,125); }
div.DivClassName
{
background-color: #A4387D;
}
.BgClassName
{
background-color: #A4387D;
}
</style>
border-color css
<style>
span { border-color: #A4387D; }
span { border-color: rgb(164,56,125); }
td.TdClassName
{
border-color: #A4387D;
}
.TagClassName
{
border-color: #A4387D;
}
</style>