Shades of Medium Red Violet #A4398B
Tints of Medium Red Violet #A4398B
RGB
CMYK
RGB Variations
Color information
#A4398B (or 0xA4398B) is known color: Medium Red Violet. HEX triplet: A4, 39 and 8B. RGB value is (164,57,139). Sum of RGB (Red+Green+Blue) = 164+57+139=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A4398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4398B is #5BC674. Grayscale: #626262. Windows color (decimal): -6014581 or 9124260. OLE color: 9124260.
HSL color Cylindrical-coordinate representation of color #A4398B: hue angle of 314.02º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A4398B is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 57 | 139 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.36 |
| HSL | 314.02º | 0.48% | 0.43% | - |
| HSV(B) | 314.02º | 0.65% | 0.64% | - |
| XYZ | 21.43 | 12.68 | 25.74 | - |
| YUV | 98.34 | 150.95 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 57 | 139 | 0 | 0.65 | 0.15 | 0.36 | 314.02 | 0.48 | 0.43 |
| Hex | A4 | 39 | 8B | 0 | 41 | F | 24 | 13A | 30 | 2B |
| Octal | 244 | 71 | 213 | 0 | 101 | 17 | 44 | 472 | 60 | 53 |
| Binary | 10100100 | 111001 | 10001011 | 0 | 1000001 | 1111 | 100100 | 100111010 | 110000 | 101011 |
Color Harmonies of #A4398B
Complementary color
Monochromatic Colors of #A4398B
Black with #A4398B
Text Example
Text Example
White with #A4398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4398B; }
p { color: rgb(164,57,139); }
H1.HeaderClassName
{
color: #A4398B;
}
.AnyTagClassName
{
color: #A4398B;
}
</style>
background-color css
<style>
a { background-color: #A4398B; }
a { background-color: rgb(164,57,139); }
div.DivClassName
{
background-color: #A4398B;
}
.BgClassName
{
background-color: #A4398B;
}
</style>
border-color css
<style>
span { border-color: #A4398B; }
span { border-color: rgb(164,57,139); }
td.TdClassName
{
border-color: #A4398B;
}
.TagClassName
{
border-color: #A4398B;
}
</style>