Shades of Medium Red Violet #A4289C
Tints of Medium Red Violet #A4289C
RGB
CMYK
RGB Variations
Color information
#A4289C (or 0xA4289C) is known color: Medium Red Violet. HEX triplet: A4, 28 and 9C. RGB value is (164,40,156). Sum of RGB (Red+Green+Blue) = 164+40+156=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A4289C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4289C is #5BD763. Grayscale: #595959. Windows color (decimal): -6018916 or 10234020. OLE color: 10234020.
HSL color Cylindrical-coordinate representation of color #A4289C: hue angle of 303.87º 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 #A4289C is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 40 | 156 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.36 |
| HSL | 303.87º | 0.61% | 0.4% | - |
| HSV(B) | 303.87º | 0.76% | 0.64% | - |
| XYZ | 22.07 | 11.81 | 32.57 | - |
| YUV | 90.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 156 | 0 | 0.76 | 0.05 | 0.36 | 303.87 | 0.61 | 0.4 |
| Hex | A4 | 28 | 9C | 0 | 4C | 5 | 24 | 130 | 3D | 28 |
| Octal | 244 | 50 | 234 | 0 | 114 | 5 | 44 | 460 | 75 | 50 |
| Binary | 10100100 | 101000 | 10011100 | 0 | 1001100 | 101 | 100100 | 100110000 | 111101 | 101000 |
Color Harmonies of #A4289C
Complementary color
Monochromatic Colors of #A4289C
Black with #A4289C
Text Example
Text Example
White with #A4289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4289C; }
p { color: rgb(164,40,156); }
H1.HeaderClassName
{
color: #A4289C;
}
.AnyTagClassName
{
color: #A4289C;
}
</style>
background-color css
<style>
a { background-color: #A4289C; }
a { background-color: rgb(164,40,156); }
div.DivClassName
{
background-color: #A4289C;
}
.BgClassName
{
background-color: #A4289C;
}
</style>
border-color css
<style>
span { border-color: #A4289C; }
span { border-color: rgb(164,40,156); }
td.TdClassName
{
border-color: #A4289C;
}
.TagClassName
{
border-color: #A4289C;
}
</style>