Shades of Medium Red Violet #A4488B
Tints of Medium Red Violet #A4488B
RGB
CMYK
RGB Variations
Color information
#A4488B (or 0xA4488B) is known color: Medium Red Violet. HEX triplet: A4, 48 and 8B. RGB value is (164,72,139). Sum of RGB (Red+Green+Blue) = 164+72+139=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4488B is #5BB774. Grayscale: #6A6A6A. Windows color (decimal): -6010741 or 9128100. OLE color: 9128100.
HSL color Cylindrical-coordinate representation of color #A4488B: hue angle of 316.3º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4488B is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 72 | 139 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.36 |
| HSL | 316.3º | 0.39% | 0.46% | - |
| HSV(B) | 316.3º | 0.56% | 0.64% | - |
| XYZ | 22.29 | 14.39 | 26.03 | - |
| YUV | 107.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 139 | 0 | 0.56 | 0.15 | 0.36 | 316.3 | 0.39 | 0.46 |
| Hex | A4 | 48 | 8B | 0 | 38 | F | 24 | 13C | 27 | 2E |
| Octal | 244 | 110 | 213 | 0 | 70 | 17 | 44 | 474 | 47 | 56 |
| Binary | 10100100 | 1001000 | 10001011 | 0 | 111000 | 1111 | 100100 | 100111100 | 100111 | 101110 |
Color Harmonies of #A4488B
Complementary color
Monochromatic Colors of #A4488B
Black with #A4488B
Text Example
Text Example
White with #A4488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4488B; }
p { color: rgb(164,72,139); }
H1.HeaderClassName
{
color: #A4488B;
}
.AnyTagClassName
{
color: #A4488B;
}
</style>
background-color css
<style>
a { background-color: #A4488B; }
a { background-color: rgb(164,72,139); }
div.DivClassName
{
background-color: #A4488B;
}
.BgClassName
{
background-color: #A4488B;
}
</style>
border-color css
<style>
span { border-color: #A4488B; }
span { border-color: rgb(164,72,139); }
td.TdClassName
{
border-color: #A4488B;
}
.TagClassName
{
border-color: #A4488B;
}
</style>