Shades of Medium Red Violet #A83878
Tints of Medium Red Violet #A83878
RGB
CMYK
RGB Variations
Color information
#A83878 (or 0xA83878) is known color: Medium Red Violet. HEX triplet: A8, 38 and 78. RGB value is (168,56,120). Sum of RGB (Red+Green+Blue) = 168+56+120=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A83878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83878 is #57C787. Grayscale: #606060. Windows color (decimal): -5752712 or 7878824. OLE color: 7878824.
HSL color Cylindrical-coordinate representation of color #A83878: hue angle of 325.71º 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 #A83878 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 120 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.34 |
| HSL | 325.71º | 0.5% | 0.44% | - |
| HSV(B) | 325.71º | 0.67% | 0.66% | - |
| XYZ | 20.95 | 12.51 | 19.08 | - |
| YUV | 96.78 | 141.11 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 120 | 0 | 0.67 | 0.29 | 0.34 | 325.71 | 0.5 | 0.44 |
| Hex | A8 | 38 | 78 | 0 | 43 | 1D | 22 | 146 | 32 | 2C |
| Octal | 250 | 70 | 170 | 0 | 103 | 35 | 42 | 506 | 62 | 54 |
| Binary | 10101000 | 111000 | 1111000 | 0 | 1000011 | 11101 | 100010 | 101000110 | 110010 | 101100 |
Color Harmonies of #A83878
Complementary color
Monochromatic Colors of #A83878
Black with #A83878
Text Example
Text Example
White with #A83878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83878; }
p { color: rgb(168,56,120); }
H1.HeaderClassName
{
color: #A83878;
}
.AnyTagClassName
{
color: #A83878;
}
</style>
background-color css
<style>
a { background-color: #A83878; }
a { background-color: rgb(168,56,120); }
div.DivClassName
{
background-color: #A83878;
}
.BgClassName
{
background-color: #A83878;
}
</style>
border-color css
<style>
span { border-color: #A83878; }
span { border-color: rgb(168,56,120); }
td.TdClassName
{
border-color: #A83878;
}
.TagClassName
{
border-color: #A83878;
}
</style>