Shades of Medium Red Violet #A4289D
Tints of Medium Red Violet #A4289D
RGB
CMYK
RGB Variations
Color information
#A4289D (or 0xA4289D) is known color: Medium Red Violet. HEX triplet: A4, 28 and 9D. RGB value is (164,40,157). Sum of RGB (Red+Green+Blue) = 164+40+157=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A4289D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4289D is #5BD762. Grayscale: #5A5A5A. Windows color (decimal): -6018915 or 10299556. OLE color: 10299556.
HSL color Cylindrical-coordinate representation of color #A4289D: hue angle of 303.39º 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 #A4289D is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 40 | 157 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.36 |
| HSL | 303.39º | 0.61% | 0.4% | - |
| HSV(B) | 303.39º | 0.76% | 0.64% | - |
| XYZ | 22.15 | 11.84 | 33.02 | - |
| YUV | 90.41 | 165.58 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 157 | 0 | 0.76 | 0.04 | 0.36 | 303.39 | 0.61 | 0.4 |
| Hex | A4 | 28 | 9D | 0 | 4C | 4 | 24 | 12F | 3D | 28 |
| Octal | 244 | 50 | 235 | 0 | 114 | 4 | 44 | 457 | 75 | 50 |
| Binary | 10100100 | 101000 | 10011101 | 0 | 1001100 | 100 | 100100 | 100101111 | 111101 | 101000 |
Color Harmonies of #A4289D
Complementary color
Monochromatic Colors of #A4289D
Black with #A4289D
Text Example
Text Example
White with #A4289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4289D; }
p { color: rgb(164,40,157); }
H1.HeaderClassName
{
color: #A4289D;
}
.AnyTagClassName
{
color: #A4289D;
}
</style>
background-color css
<style>
a { background-color: #A4289D; }
a { background-color: rgb(164,40,157); }
div.DivClassName
{
background-color: #A4289D;
}
.BgClassName
{
background-color: #A4289D;
}
</style>
border-color css
<style>
span { border-color: #A4289D; }
span { border-color: rgb(164,40,157); }
td.TdClassName
{
border-color: #A4289D;
}
.TagClassName
{
border-color: #A4289D;
}
</style>