Shades of Medium Red Violet #A4237A
Tints of Medium Red Violet #A4237A
RGB
CMYK
RGB Variations
Color information
#A4237A (or 0xA4237A) is known color: Medium Red Violet. HEX triplet: A4, 23 and 7A. RGB value is (164,35,122). Sum of RGB (Red+Green+Blue) = 164+35+122=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A4237A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4237A is #5BDC85. Grayscale: #535353. Windows color (decimal): -6020230 or 8004516. OLE color: 8004516.
HSL color Cylindrical-coordinate representation of color #A4237A: hue angle of 319.53º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A4237A is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 35 | 122 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.36 |
| HSL | 319.53º | 0.65% | 0.39% | - |
| HSV(B) | 319.53º | 0.79% | 0.64% | - |
| XYZ | 19.42 | 10.5 | 19.42 | - |
| YUV | 83.49 | 149.74 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 35 | 122 | 0 | 0.79 | 0.26 | 0.36 | 319.53 | 0.65 | 0.39 |
| Hex | A4 | 23 | 7A | 0 | 4F | 1A | 24 | 140 | 41 | 27 |
| Octal | 244 | 43 | 172 | 0 | 117 | 32 | 44 | 500 | 101 | 47 |
| Binary | 10100100 | 100011 | 1111010 | 0 | 1001111 | 11010 | 100100 | 101000000 | 1000001 | 100111 |
Color Harmonies of #A4237A
Complementary color
Monochromatic Colors of #A4237A
Black with #A4237A
Text Example
Text Example
White with #A4237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4237A; }
p { color: rgb(164,35,122); }
H1.HeaderClassName
{
color: #A4237A;
}
.AnyTagClassName
{
color: #A4237A;
}
</style>
background-color css
<style>
a { background-color: #A4237A; }
a { background-color: rgb(164,35,122); }
div.DivClassName
{
background-color: #A4237A;
}
.BgClassName
{
background-color: #A4237A;
}
</style>
border-color css
<style>
span { border-color: #A4237A; }
span { border-color: rgb(164,35,122); }
td.TdClassName
{
border-color: #A4237A;
}
.TagClassName
{
border-color: #A4237A;
}
</style>