Shades of Medium Red Violet #A4289B
Tints of Medium Red Violet #A4289B
RGB
CMYK
RGB Variations
Color information
#A4289B (or 0xA4289B) is known color: Medium Red Violet. HEX triplet: A4, 28 and 9B. RGB value is (164,40,155). Sum of RGB (Red+Green+Blue) = 164+40+155=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4289B is #5BD764. Grayscale: #595959. Windows color (decimal): -6018917 or 10168484. OLE color: 10168484.
HSL color Cylindrical-coordinate representation of color #A4289B: hue angle of 304.35º 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 #A4289B is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 40 | 155 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.36 |
| HSL | 304.35º | 0.61% | 0.4% | - |
| HSV(B) | 304.35º | 0.76% | 0.64% | - |
| XYZ | 21.99 | 11.78 | 32.12 | - |
| YUV | 90.19 | 164.58 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 155 | 0 | 0.76 | 0.05 | 0.36 | 304.35 | 0.61 | 0.4 |
| Hex | A4 | 28 | 9B | 0 | 4C | 5 | 24 | 130 | 3D | 28 |
| Octal | 244 | 50 | 233 | 0 | 114 | 5 | 44 | 460 | 75 | 50 |
| Binary | 10100100 | 101000 | 10011011 | 0 | 1001100 | 101 | 100100 | 100110000 | 111101 | 101000 |
Color Harmonies of #A4289B
Complementary color
Monochromatic Colors of #A4289B
Black with #A4289B
Text Example
Text Example
White with #A4289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4289B; }
p { color: rgb(164,40,155); }
H1.HeaderClassName
{
color: #A4289B;
}
.AnyTagClassName
{
color: #A4289B;
}
</style>
background-color css
<style>
a { background-color: #A4289B; }
a { background-color: rgb(164,40,155); }
div.DivClassName
{
background-color: #A4289B;
}
.BgClassName
{
background-color: #A4289B;
}
</style>
border-color css
<style>
span { border-color: #A4289B; }
span { border-color: rgb(164,40,155); }
td.TdClassName
{
border-color: #A4289B;
}
.TagClassName
{
border-color: #A4289B;
}
</style>