Shades of Medium Red Violet #A4288A
Tints of Medium Red Violet #A4288A
RGB
CMYK
RGB Variations
Color information
#A4288A (or 0xA4288A) is known color: Medium Red Violet. HEX triplet: A4, 28 and 8A. RGB value is (164,40,138). Sum of RGB (Red+Green+Blue) = 164+40+138=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A4288A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4288A is #5BD775. Grayscale: #575757. Windows color (decimal): -6018934 or 9054372. OLE color: 9054372.
HSL color Cylindrical-coordinate representation of color #A4288A: hue angle of 312.58º 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 #A4288A is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 40 | 138 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.36 |
| HSL | 312.58º | 0.61% | 0.4% | - |
| HSV(B) | 312.58º | 0.76% | 0.64% | - |
| XYZ | 20.66 | 11.25 | 25.13 | - |
| YUV | 88.25 | 156.08 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 138 | 0 | 0.76 | 0.16 | 0.36 | 312.58 | 0.61 | 0.4 |
| Hex | A4 | 28 | 8A | 0 | 4C | 10 | 24 | 139 | 3D | 28 |
| Octal | 244 | 50 | 212 | 0 | 114 | 20 | 44 | 471 | 75 | 50 |
| Binary | 10100100 | 101000 | 10001010 | 0 | 1001100 | 10000 | 100100 | 100111001 | 111101 | 101000 |
Color Harmonies of #A4288A
Complementary color
Monochromatic Colors of #A4288A
Black with #A4288A
Text Example
Text Example
White with #A4288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4288A; }
p { color: rgb(164,40,138); }
H1.HeaderClassName
{
color: #A4288A;
}
.AnyTagClassName
{
color: #A4288A;
}
</style>
background-color css
<style>
a { background-color: #A4288A; }
a { background-color: rgb(164,40,138); }
div.DivClassName
{
background-color: #A4288A;
}
.BgClassName
{
background-color: #A4288A;
}
</style>
border-color css
<style>
span { border-color: #A4288A; }
span { border-color: rgb(164,40,138); }
td.TdClassName
{
border-color: #A4288A;
}
.TagClassName
{
border-color: #A4288A;
}
</style>