Shades of Medium Red Violet #A83879
Tints of Medium Red Violet #A83879
RGB
CMYK
RGB Variations
Color information
#A83879 (or 0xA83879) is known color: Medium Red Violet. HEX triplet: A8, 38 and 79. RGB value is (168,56,121). Sum of RGB (Red+Green+Blue) = 168+56+121=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A83879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83879 is #57C786. Grayscale: #606060. Windows color (decimal): -5752711 or 7944360. OLE color: 7944360.
HSL color Cylindrical-coordinate representation of color #A83879: hue angle of 325.18º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A83879 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 121 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.34 |
| HSL | 325.18º | 0.5% | 0.44% | - |
| HSV(B) | 325.18º | 0.67% | 0.66% | - |
| XYZ | 21.01 | 12.53 | 19.4 | - |
| YUV | 96.9 | 141.61 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 121 | 0 | 0.67 | 0.28 | 0.34 | 325.18 | 0.5 | 0.44 |
| Hex | A8 | 38 | 79 | 0 | 43 | 1C | 22 | 145 | 32 | 2C |
| Octal | 250 | 70 | 171 | 0 | 103 | 34 | 42 | 505 | 62 | 54 |
| Binary | 10101000 | 111000 | 1111001 | 0 | 1000011 | 11100 | 100010 | 101000101 | 110010 | 101100 |
Color Harmonies of #A83879
Complementary color
Monochromatic Colors of #A83879
Black with #A83879
Text Example
Text Example
White with #A83879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83879; }
p { color: rgb(168,56,121); }
H1.HeaderClassName
{
color: #A83879;
}
.AnyTagClassName
{
color: #A83879;
}
</style>
background-color css
<style>
a { background-color: #A83879; }
a { background-color: rgb(168,56,121); }
div.DivClassName
{
background-color: #A83879;
}
.BgClassName
{
background-color: #A83879;
}
</style>
border-color css
<style>
span { border-color: #A83879; }
span { border-color: rgb(168,56,121); }
td.TdClassName
{
border-color: #A83879;
}
.TagClassName
{
border-color: #A83879;
}
</style>