Shades of Medium Red Violet #A83183
Tints of Medium Red Violet #A83183
RGB
CMYK
RGB Variations
Color information
#A83183 (or 0xA83183) is known color: Medium Red Violet. HEX triplet: A8, 31 and 83. RGB value is (168,49,131). Sum of RGB (Red+Green+Blue) = 168+49+131=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A83183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83183 is #57CE7C. Grayscale: #5D5D5D. Windows color (decimal): -5754493 or 8597928. OLE color: 8597928.
HSL color Cylindrical-coordinate representation of color #A83183: hue angle of 318.66º 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 #A83183 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 49 | 131 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.34 |
| HSL | 318.66º | 0.55% | 0.43% | - |
| HSV(B) | 318.66º | 0.71% | 0.66% | - |
| XYZ | 21.34 | 12.16 | 22.69 | - |
| YUV | 93.93 | 148.92 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 131 | 0 | 0.71 | 0.22 | 0.34 | 318.66 | 0.55 | 0.43 |
| Hex | A8 | 31 | 83 | 0 | 47 | 16 | 22 | 13F | 37 | 2B |
| Octal | 250 | 61 | 203 | 0 | 107 | 26 | 42 | 477 | 67 | 53 |
| Binary | 10101000 | 110001 | 10000011 | 0 | 1000111 | 10110 | 100010 | 100111111 | 110111 | 101011 |
Color Harmonies of #A83183
Complementary color
Monochromatic Colors of #A83183
Black with #A83183
Text Example
Text Example
White with #A83183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83183; }
p { color: rgb(168,49,131); }
H1.HeaderClassName
{
color: #A83183;
}
.AnyTagClassName
{
color: #A83183;
}
</style>
background-color css
<style>
a { background-color: #A83183; }
a { background-color: rgb(168,49,131); }
div.DivClassName
{
background-color: #A83183;
}
.BgClassName
{
background-color: #A83183;
}
</style>
border-color css
<style>
span { border-color: #A83183; }
span { border-color: rgb(168,49,131); }
td.TdClassName
{
border-color: #A83183;
}
.TagClassName
{
border-color: #A83183;
}
</style>