Shades of Medium Red Violet #A4358B
Tints of Medium Red Violet #A4358B
RGB
CMYK
RGB Variations
Color information
#A4358B (or 0xA4358B) is known color: Medium Red Violet. HEX triplet: A4, 35 and 8B. RGB value is (164,53,139). Sum of RGB (Red+Green+Blue) = 164+53+139=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A4358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4358B is #5BCA74. Grayscale: #5F5F5F. Windows color (decimal): -6015605 or 9123236. OLE color: 9123236.
HSL color Cylindrical-coordinate representation of color #A4358B: hue angle of 313.51º 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 #A4358B is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 53 | 139 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.36 |
| HSL | 313.51º | 0.51% | 0.43% | - |
| HSV(B) | 313.51º | 0.68% | 0.64% | - |
| XYZ | 21.24 | 12.3 | 25.68 | - |
| YUV | 95.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 53 | 139 | 0 | 0.68 | 0.15 | 0.36 | 313.51 | 0.51 | 0.43 |
| Hex | A4 | 35 | 8B | 0 | 44 | F | 24 | 13A | 33 | 2B |
| Octal | 244 | 65 | 213 | 0 | 104 | 17 | 44 | 472 | 63 | 53 |
| Binary | 10100100 | 110101 | 10001011 | 0 | 1000100 | 1111 | 100100 | 100111010 | 110011 | 101011 |
Color Harmonies of #A4358B
Complementary color
Monochromatic Colors of #A4358B
Black with #A4358B
Text Example
Text Example
White with #A4358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4358B; }
p { color: rgb(164,53,139); }
H1.HeaderClassName
{
color: #A4358B;
}
.AnyTagClassName
{
color: #A4358B;
}
</style>
background-color css
<style>
a { background-color: #A4358B; }
a { background-color: rgb(164,53,139); }
div.DivClassName
{
background-color: #A4358B;
}
.BgClassName
{
background-color: #A4358B;
}
</style>
border-color css
<style>
span { border-color: #A4358B; }
span { border-color: rgb(164,53,139); }
td.TdClassName
{
border-color: #A4358B;
}
.TagClassName
{
border-color: #A4358B;
}
</style>