Shades of Medium Red Violet #A4288E
Tints of Medium Red Violet #A4288E
RGB
CMYK
RGB Variations
Color information
#A4288E (or 0xA4288E) is known color: Medium Red Violet. HEX triplet: A4, 28 and 8E. RGB value is (164,40,142). Sum of RGB (Red+Green+Blue) = 164+40+142=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A4288E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4288E is #5BD771. Grayscale: #585858. Windows color (decimal): -6018930 or 9316516. OLE color: 9316516.
HSL color Cylindrical-coordinate representation of color #A4288E: hue angle of 310.65º degrees, saturation: 0.61, 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 #A4288E is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 40 | 142 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.36 |
| HSL | 310.65º | 0.61% | 0.4% | - |
| HSV(B) | 310.65º | 0.76% | 0.64% | - |
| XYZ | 20.95 | 11.36 | 26.68 | - |
| YUV | 88.7 | 158.08 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 142 | 0 | 0.76 | 0.13 | 0.36 | 310.65 | 0.61 | 0.4 |
| Hex | A4 | 28 | 8E | 0 | 4C | D | 24 | 137 | 3D | 28 |
| Octal | 244 | 50 | 216 | 0 | 114 | 15 | 44 | 467 | 75 | 50 |
| Binary | 10100100 | 101000 | 10001110 | 0 | 1001100 | 1101 | 100100 | 100110111 | 111101 | 101000 |
Color Harmonies of #A4288E
Complementary color
Monochromatic Colors of #A4288E
Black with #A4288E
Text Example
Text Example
White with #A4288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4288E; }
p { color: rgb(164,40,142); }
H1.HeaderClassName
{
color: #A4288E;
}
.AnyTagClassName
{
color: #A4288E;
}
</style>
background-color css
<style>
a { background-color: #A4288E; }
a { background-color: rgb(164,40,142); }
div.DivClassName
{
background-color: #A4288E;
}
.BgClassName
{
background-color: #A4288E;
}
</style>
border-color css
<style>
span { border-color: #A4288E; }
span { border-color: rgb(164,40,142); }
td.TdClassName
{
border-color: #A4288E;
}
.TagClassName
{
border-color: #A4288E;
}
</style>