Shades of Medium Red Violet #A4277C
Tints of Medium Red Violet #A4277C
RGB
CMYK
RGB Variations
Color information
#A4277C (or 0xA4277C) is known color: Medium Red Violet. HEX triplet: A4, 27 and 7C. RGB value is (164,39,124). Sum of RGB (Red+Green+Blue) = 164+39+124=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A4277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4277C is #5BD883. Grayscale: #555555. Windows color (decimal): -6019204 or 8136612. OLE color: 8136612.
HSL color Cylindrical-coordinate representation of color #A4277C: hue angle of 319.2º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4277C is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 39 | 124 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.36 |
| HSL | 319.2º | 0.62% | 0.4% | - |
| HSV(B) | 319.2º | 0.76% | 0.64% | - |
| XYZ | 19.67 | 10.8 | 20.12 | - |
| YUV | 86.07 | 149.41 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 124 | 0 | 0.76 | 0.24 | 0.36 | 319.2 | 0.62 | 0.4 |
| Hex | A4 | 27 | 7C | 0 | 4C | 18 | 24 | 13F | 3E | 28 |
| Octal | 244 | 47 | 174 | 0 | 114 | 30 | 44 | 477 | 76 | 50 |
| Binary | 10100100 | 100111 | 1111100 | 0 | 1001100 | 11000 | 100100 | 100111111 | 111110 | 101000 |
Color Harmonies of #A4277C
Complementary color
Monochromatic Colors of #A4277C
Black with #A4277C
Text Example
Text Example
White with #A4277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4277C; }
p { color: rgb(164,39,124); }
H1.HeaderClassName
{
color: #A4277C;
}
.AnyTagClassName
{
color: #A4277C;
}
</style>
background-color css
<style>
a { background-color: #A4277C; }
a { background-color: rgb(164,39,124); }
div.DivClassName
{
background-color: #A4277C;
}
.BgClassName
{
background-color: #A4277C;
}
</style>
border-color css
<style>
span { border-color: #A4277C; }
span { border-color: rgb(164,39,124); }
td.TdClassName
{
border-color: #A4277C;
}
.TagClassName
{
border-color: #A4277C;
}
</style>