Shades of Medium Red Violet #A83375
Tints of Medium Red Violet #A83375
RGB
CMYK
RGB Variations
Color information
#A83375 (or 0xA83375) is known color: Medium Red Violet. HEX triplet: A8, 33 and 75. RGB value is (168,51,117). Sum of RGB (Red+Green+Blue) = 168+51+117=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A83375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83375 is #57CC8A. Grayscale: #5D5D5D. Windows color (decimal): -5753995 or 7680936. OLE color: 7680936.
HSL color Cylindrical-coordinate representation of color #A83375: hue angle of 326.15º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83375 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 51 | 117 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.34 |
| HSL | 326.15º | 0.53% | 0.43% | - |
| HSV(B) | 326.15º | 0.7% | 0.66% | - |
| XYZ | 20.54 | 11.98 | 18.06 | - |
| YUV | 93.51 | 141.26 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 117 | 0 | 0.70 | 0.30 | 0.34 | 326.15 | 0.53 | 0.43 |
| Hex | A8 | 33 | 75 | 0 | 46 | 1E | 22 | 146 | 35 | 2B |
| Octal | 250 | 63 | 165 | 0 | 106 | 36 | 42 | 506 | 65 | 53 |
| Binary | 10101000 | 110011 | 1110101 | 0 | 1000110 | 11110 | 100010 | 101000110 | 110101 | 101011 |
Color Harmonies of #A83375
Complementary color
Monochromatic Colors of #A83375
Black with #A83375
Text Example
Text Example
White with #A83375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83375; }
p { color: rgb(168,51,117); }
H1.HeaderClassName
{
color: #A83375;
}
.AnyTagClassName
{
color: #A83375;
}
</style>
background-color css
<style>
a { background-color: #A83375; }
a { background-color: rgb(168,51,117); }
div.DivClassName
{
background-color: #A83375;
}
.BgClassName
{
background-color: #A83375;
}
</style>
border-color css
<style>
span { border-color: #A83375; }
span { border-color: rgb(168,51,117); }
td.TdClassName
{
border-color: #A83375;
}
.TagClassName
{
border-color: #A83375;
}
</style>