Shades of Medium Red Violet #A4278A
Tints of Medium Red Violet #A4278A
RGB
CMYK
RGB Variations
Color information
#A4278A (or 0xA4278A) is known color: Medium Red Violet. HEX triplet: A4, 27 and 8A. RGB value is (164,39,138). Sum of RGB (Red+Green+Blue) = 164+39+138=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A4278A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4278A is #5BD875. Grayscale: #575757. Windows color (decimal): -6019190 or 9054116. OLE color: 9054116.
HSL color Cylindrical-coordinate representation of color #A4278A: hue angle of 312.48º 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 #A4278A is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 39 | 138 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.36 |
| HSL | 312.48º | 0.62% | 0.4% | - |
| HSV(B) | 312.48º | 0.76% | 0.64% | - |
| XYZ | 20.62 | 11.18 | 25.12 | - |
| YUV | 87.66 | 156.41 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 138 | 0 | 0.76 | 0.16 | 0.36 | 312.48 | 0.62 | 0.4 |
| Hex | A4 | 27 | 8A | 0 | 4C | 10 | 24 | 138 | 3E | 28 |
| Octal | 244 | 47 | 212 | 0 | 114 | 20 | 44 | 470 | 76 | 50 |
| Binary | 10100100 | 100111 | 10001010 | 0 | 1001100 | 10000 | 100100 | 100111000 | 111110 | 101000 |
Color Harmonies of #A4278A
Complementary color
Monochromatic Colors of #A4278A
Black with #A4278A
Text Example
Text Example
White with #A4278A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4278A; }
p { color: rgb(164,39,138); }
H1.HeaderClassName
{
color: #A4278A;
}
.AnyTagClassName
{
color: #A4278A;
}
</style>
background-color css
<style>
a { background-color: #A4278A; }
a { background-color: rgb(164,39,138); }
div.DivClassName
{
background-color: #A4278A;
}
.BgClassName
{
background-color: #A4278A;
}
</style>
border-color css
<style>
span { border-color: #A4278A; }
span { border-color: rgb(164,39,138); }
td.TdClassName
{
border-color: #A4278A;
}
.TagClassName
{
border-color: #A4278A;
}
</style>