Shades of Medium Red Violet #A4218B
Tints of Medium Red Violet #A4218B
RGB
CMYK
RGB Variations
Color information
#A4218B (or 0xA4218B) is known color: Medium Red Violet. HEX triplet: A4, 21 and 8B. RGB value is (164,33,139). Sum of RGB (Red+Green+Blue) = 164+33+139=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A4218B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4218B is #5BDE74. Grayscale: #535353. Windows color (decimal): -6020725 or 9118116. OLE color: 9118116.
HSL color Cylindrical-coordinate representation of color #A4218B: hue angle of 311.45º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A4218B is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 33 | 139 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.36 |
| HSL | 311.45º | 0.66% | 0.39% | - |
| HSV(B) | 311.45º | 0.8% | 0.64% | - |
| XYZ | 20.51 | 10.84 | 25.44 | - |
| YUV | 84.25 | 158.9 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 139 | 0 | 0.80 | 0.15 | 0.36 | 311.45 | 0.66 | 0.39 |
| Hex | A4 | 21 | 8B | 0 | 50 | F | 24 | 137 | 42 | 27 |
| Octal | 244 | 41 | 213 | 0 | 120 | 17 | 44 | 467 | 102 | 47 |
| Binary | 10100100 | 100001 | 10001011 | 0 | 1010000 | 1111 | 100100 | 100110111 | 1000010 | 100111 |
Color Harmonies of #A4218B
Complementary color
Monochromatic Colors of #A4218B
Black with #A4218B
Text Example
Text Example
White with #A4218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4218B; }
p { color: rgb(164,33,139); }
H1.HeaderClassName
{
color: #A4218B;
}
.AnyTagClassName
{
color: #A4218B;
}
</style>
background-color css
<style>
a { background-color: #A4218B; }
a { background-color: rgb(164,33,139); }
div.DivClassName
{
background-color: #A4218B;
}
.BgClassName
{
background-color: #A4218B;
}
</style>
border-color css
<style>
span { border-color: #A4218B; }
span { border-color: rgb(164,33,139); }
td.TdClassName
{
border-color: #A4218B;
}
.TagClassName
{
border-color: #A4218B;
}
</style>