Shades of Medium Red Violet #A4428D
Tints of Medium Red Violet #A4428D
RGB
CMYK
RGB Variations
Color information
#A4428D (or 0xA4428D) is known color: Medium Red Violet. HEX triplet: A4, 42 and 8D. RGB value is (164,66,141). Sum of RGB (Red+Green+Blue) = 164+66+141=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A4428D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4428D is #5BBD72. Grayscale: #676767. Windows color (decimal): -6012275 or 9257636. OLE color: 9257636.
HSL color Cylindrical-coordinate representation of color #A4428D: hue angle of 314.08º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4428D is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 66 | 141 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.36 |
| HSL | 314.08º | 0.43% | 0.45% | - |
| HSV(B) | 314.08º | 0.6% | 0.64% | - |
| XYZ | 22.07 | 13.71 | 26.68 | - |
| YUV | 103.85 | 148.97 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 66 | 141 | 0 | 0.60 | 0.14 | 0.36 | 314.08 | 0.43 | 0.45 |
| Hex | A4 | 42 | 8D | 0 | 3C | E | 24 | 13A | 2B | 2D |
| Octal | 244 | 102 | 215 | 0 | 74 | 16 | 44 | 472 | 53 | 55 |
| Binary | 10100100 | 1000010 | 10001101 | 0 | 111100 | 1110 | 100100 | 100111010 | 101011 | 101101 |
Color Harmonies of #A4428D
Complementary color
Monochromatic Colors of #A4428D
Black with #A4428D
Text Example
Text Example
White with #A4428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4428D; }
p { color: rgb(164,66,141); }
H1.HeaderClassName
{
color: #A4428D;
}
.AnyTagClassName
{
color: #A4428D;
}
</style>
background-color css
<style>
a { background-color: #A4428D; }
a { background-color: rgb(164,66,141); }
div.DivClassName
{
background-color: #A4428D;
}
.BgClassName
{
background-color: #A4428D;
}
</style>
border-color css
<style>
span { border-color: #A4428D; }
span { border-color: rgb(164,66,141); }
td.TdClassName
{
border-color: #A4428D;
}
.TagClassName
{
border-color: #A4428D;
}
</style>