Shades of Medium Red Violet #A4468F
Tints of Medium Red Violet #A4468F
RGB
CMYK
RGB Variations
Color information
#A4468F (or 0xA4468F) is known color: Medium Red Violet. HEX triplet: A4, 46 and 8F. RGB value is (164,70,143). Sum of RGB (Red+Green+Blue) = 164+70+143=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A4468F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4468F is #5BB970. Grayscale: #6A6A6A. Windows color (decimal): -6011249 or 9389732. OLE color: 9389732.
HSL color Cylindrical-coordinate representation of color #A4468F: hue angle of 313.4º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4468F is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 70 | 143 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.36 |
| HSL | 313.4º | 0.4% | 0.46% | - |
| HSV(B) | 313.4º | 0.57% | 0.64% | - |
| XYZ | 22.46 | 14.26 | 27.55 | - |
| YUV | 106.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 70 | 143 | 0 | 0.57 | 0.13 | 0.36 | 313.4 | 0.4 | 0.46 |
| Hex | A4 | 46 | 8F | 0 | 39 | D | 24 | 139 | 28 | 2E |
| Octal | 244 | 106 | 217 | 0 | 71 | 15 | 44 | 471 | 50 | 56 |
| Binary | 10100100 | 1000110 | 10001111 | 0 | 111001 | 1101 | 100100 | 100111001 | 101000 | 101110 |
Color Harmonies of #A4468F
Complementary color
Monochromatic Colors of #A4468F
Black with #A4468F
Text Example
Text Example
White with #A4468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4468F; }
p { color: rgb(164,70,143); }
H1.HeaderClassName
{
color: #A4468F;
}
.AnyTagClassName
{
color: #A4468F;
}
</style>
background-color css
<style>
a { background-color: #A4468F; }
a { background-color: rgb(164,70,143); }
div.DivClassName
{
background-color: #A4468F;
}
.BgClassName
{
background-color: #A4468F;
}
</style>
border-color css
<style>
span { border-color: #A4468F; }
span { border-color: rgb(164,70,143); }
td.TdClassName
{
border-color: #A4468F;
}
.TagClassName
{
border-color: #A4468F;
}
</style>