Shades of Medium Red Violet #A83382
Tints of Medium Red Violet #A83382
RGB
CMYK
RGB Variations
Color information
#A83382 (or 0xA83382) is known color: Medium Red Violet. HEX triplet: A8, 33 and 82. RGB value is (168,51,130). Sum of RGB (Red+Green+Blue) = 168+51+130=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A83382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83382 is #57CC7D. Grayscale: #5E5E5E. Windows color (decimal): -5753982 or 8532904. OLE color: 8532904.
HSL color Cylindrical-coordinate representation of color #A83382: hue angle of 319.49º 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 #A83382 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 51 | 130 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.34 |
| HSL | 319.49º | 0.53% | 0.43% | - |
| HSV(B) | 319.49º | 0.7% | 0.66% | - |
| XYZ | 21.36 | 12.3 | 22.37 | - |
| YUV | 94.99 | 147.76 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 130 | 0 | 0.70 | 0.23 | 0.34 | 319.49 | 0.53 | 0.43 |
| Hex | A8 | 33 | 82 | 0 | 46 | 17 | 22 | 13F | 35 | 2B |
| Octal | 250 | 63 | 202 | 0 | 106 | 27 | 42 | 477 | 65 | 53 |
| Binary | 10101000 | 110011 | 10000010 | 0 | 1000110 | 10111 | 100010 | 100111111 | 110101 | 101011 |
Color Harmonies of #A83382
Complementary color
Monochromatic Colors of #A83382
Black with #A83382
Text Example
Text Example
White with #A83382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83382; }
p { color: rgb(168,51,130); }
H1.HeaderClassName
{
color: #A83382;
}
.AnyTagClassName
{
color: #A83382;
}
</style>
background-color css
<style>
a { background-color: #A83382; }
a { background-color: rgb(168,51,130); }
div.DivClassName
{
background-color: #A83382;
}
.BgClassName
{
background-color: #A83382;
}
</style>
border-color css
<style>
span { border-color: #A83382; }
span { border-color: rgb(168,51,130); }
td.TdClassName
{
border-color: #A83382;
}
.TagClassName
{
border-color: #A83382;
}
</style>