Shades of Medium Red Violet #A4358F
Tints of Medium Red Violet #A4358F
RGB
CMYK
RGB Variations
Color information
#A4358F (or 0xA4358F) is known color: Medium Red Violet. HEX triplet: A4, 35 and 8F. RGB value is (164,53,143). Sum of RGB (Red+Green+Blue) = 164+53+143=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A4358F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4358F is #5BCA70. Grayscale: #606060. Windows color (decimal): -6015601 or 9385380. OLE color: 9385380.
HSL color Cylindrical-coordinate representation of color #A4358F: hue angle of 311.35º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4358F is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 53 | 143 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.36 |
| HSL | 311.35º | 0.51% | 0.43% | - |
| HSV(B) | 311.35º | 0.68% | 0.64% | - |
| XYZ | 21.54 | 12.42 | 27.25 | - |
| YUV | 96.45 | 154.27 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 53 | 143 | 0 | 0.68 | 0.13 | 0.36 | 311.35 | 0.51 | 0.43 |
| Hex | A4 | 35 | 8F | 0 | 44 | D | 24 | 137 | 33 | 2B |
| Octal | 244 | 65 | 217 | 0 | 104 | 15 | 44 | 467 | 63 | 53 |
| Binary | 10100100 | 110101 | 10001111 | 0 | 1000100 | 1101 | 100100 | 100110111 | 110011 | 101011 |
Color Harmonies of #A4358F
Complementary color
Monochromatic Colors of #A4358F
Black with #A4358F
Text Example
Text Example
White with #A4358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4358F; }
p { color: rgb(164,53,143); }
H1.HeaderClassName
{
color: #A4358F;
}
.AnyTagClassName
{
color: #A4358F;
}
</style>
background-color css
<style>
a { background-color: #A4358F; }
a { background-color: rgb(164,53,143); }
div.DivClassName
{
background-color: #A4358F;
}
.BgClassName
{
background-color: #A4358F;
}
</style>
border-color css
<style>
span { border-color: #A4358F; }
span { border-color: rgb(164,53,143); }
td.TdClassName
{
border-color: #A4358F;
}
.TagClassName
{
border-color: #A4358F;
}
</style>