Shades of Medium Red Violet #A83174
Tints of Medium Red Violet #A83174
RGB
CMYK
RGB Variations
Color information
#A83174 (or 0xA83174) is known color: Medium Red Violet. HEX triplet: A8, 31 and 74. RGB value is (168,49,116). Sum of RGB (Red+Green+Blue) = 168+49+116=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A83174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83174 is #57CE8B. Grayscale: #5C5C5C. Windows color (decimal): -5754508 or 7614888. OLE color: 7614888.
HSL color Cylindrical-coordinate representation of color #A83174: hue angle of 326.22º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83174 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 49 | 116 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.34 |
| HSL | 326.22º | 0.55% | 0.43% | - |
| HSV(B) | 326.22º | 0.71% | 0.66% | - |
| XYZ | 20.4 | 11.78 | 17.72 | - |
| YUV | 92.22 | 141.42 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 116 | 0 | 0.71 | 0.31 | 0.34 | 326.22 | 0.55 | 0.43 |
| Hex | A8 | 31 | 74 | 0 | 47 | 1F | 22 | 146 | 37 | 2B |
| Octal | 250 | 61 | 164 | 0 | 107 | 37 | 42 | 506 | 67 | 53 |
| Binary | 10101000 | 110001 | 1110100 | 0 | 1000111 | 11111 | 100010 | 101000110 | 110111 | 101011 |
Color Harmonies of #A83174
Complementary color
Monochromatic Colors of #A83174
Black with #A83174
Text Example
Text Example
White with #A83174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83174; }
p { color: rgb(168,49,116); }
H1.HeaderClassName
{
color: #A83174;
}
.AnyTagClassName
{
color: #A83174;
}
</style>
background-color css
<style>
a { background-color: #A83174; }
a { background-color: rgb(168,49,116); }
div.DivClassName
{
background-color: #A83174;
}
.BgClassName
{
background-color: #A83174;
}
</style>
border-color css
<style>
span { border-color: #A83174; }
span { border-color: rgb(168,49,116); }
td.TdClassName
{
border-color: #A83174;
}
.TagClassName
{
border-color: #A83174;
}
</style>