Shades of Medium Red Violet #A4458F
Tints of Medium Red Violet #A4458F
RGB
CMYK
RGB Variations
Color information
#A4458F (or 0xA4458F) is known color: Medium Red Violet. HEX triplet: A4, 45 and 8F. RGB value is (164,69,143). Sum of RGB (Red+Green+Blue) = 164+69+143=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A4458F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4458F is #5BBA70. Grayscale: #696969. Windows color (decimal): -6011505 or 9389476. OLE color: 9389476.
HSL color Cylindrical-coordinate representation of color #A4458F: hue angle of 313.26º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4458F is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 69 | 143 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.36 |
| HSL | 313.26º | 0.41% | 0.46% | - |
| HSV(B) | 313.26º | 0.58% | 0.64% | - |
| XYZ | 22.4 | 14.13 | 27.53 | - |
| YUV | 105.84 | 148.97 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 143 | 0 | 0.58 | 0.13 | 0.36 | 313.26 | 0.41 | 0.46 |
| Hex | A4 | 45 | 8F | 0 | 3A | D | 24 | 139 | 29 | 2E |
| Octal | 244 | 105 | 217 | 0 | 72 | 15 | 44 | 471 | 51 | 56 |
| Binary | 10100100 | 1000101 | 10001111 | 0 | 111010 | 1101 | 100100 | 100111001 | 101001 | 101110 |
Color Harmonies of #A4458F
Complementary color
Monochromatic Colors of #A4458F
Black with #A4458F
Text Example
Text Example
White with #A4458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4458F; }
p { color: rgb(164,69,143); }
H1.HeaderClassName
{
color: #A4458F;
}
.AnyTagClassName
{
color: #A4458F;
}
</style>
background-color css
<style>
a { background-color: #A4458F; }
a { background-color: rgb(164,69,143); }
div.DivClassName
{
background-color: #A4458F;
}
.BgClassName
{
background-color: #A4458F;
}
</style>
border-color css
<style>
span { border-color: #A4458F; }
span { border-color: rgb(164,69,143); }
td.TdClassName
{
border-color: #A4458F;
}
.TagClassName
{
border-color: #A4458F;
}
</style>