Shades of Medium Red Violet #A83474
Tints of Medium Red Violet #A83474
RGB
CMYK
RGB Variations
Color information
#A83474 (or 0xA83474) is known color: Medium Red Violet. HEX triplet: A8, 34 and 74. RGB value is (168,52,116). Sum of RGB (Red+Green+Blue) = 168+52+116=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A83474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83474 is #57CB8B. Grayscale: #5D5D5D. Windows color (decimal): -5753740 or 7615656. OLE color: 7615656.
HSL color Cylindrical-coordinate representation of color #A83474: hue angle of 326.9º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A83474 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 116 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.34 |
| HSL | 326.9º | 0.53% | 0.43% | - |
| HSV(B) | 326.9º | 0.69% | 0.66% | - |
| XYZ | 20.53 | 12.04 | 17.77 | - |
| YUV | 93.98 | 140.43 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 116 | 0 | 0.69 | 0.31 | 0.34 | 326.9 | 0.53 | 0.43 |
| Hex | A8 | 34 | 74 | 0 | 45 | 1F | 22 | 147 | 35 | 2B |
| Octal | 250 | 64 | 164 | 0 | 105 | 37 | 42 | 507 | 65 | 53 |
| Binary | 10101000 | 110100 | 1110100 | 0 | 1000101 | 11111 | 100010 | 101000111 | 110101 | 101011 |
Color Harmonies of #A83474
Complementary color
Monochromatic Colors of #A83474
Black with #A83474
Text Example
Text Example
White with #A83474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83474; }
p { color: rgb(168,52,116); }
H1.HeaderClassName
{
color: #A83474;
}
.AnyTagClassName
{
color: #A83474;
}
</style>
background-color css
<style>
a { background-color: #A83474; }
a { background-color: rgb(168,52,116); }
div.DivClassName
{
background-color: #A83474;
}
.BgClassName
{
background-color: #A83474;
}
</style>
border-color css
<style>
span { border-color: #A83474; }
span { border-color: rgb(168,52,116); }
td.TdClassName
{
border-color: #A83474;
}
.TagClassName
{
border-color: #A83474;
}
</style>