Shades of Medium Red Violet #A83682
Tints of Medium Red Violet #A83682
RGB
CMYK
RGB Variations
Color information
#A83682 (or 0xA83682) is known color: Medium Red Violet. HEX triplet: A8, 36 and 82. RGB value is (168,54,130). Sum of RGB (Red+Green+Blue) = 168+54+130=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A83682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83682 is #57C97D. Grayscale: #606060. Windows color (decimal): -5753214 or 8533672. OLE color: 8533672.
HSL color Cylindrical-coordinate representation of color #A83682: hue angle of 320º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A83682 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 130 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.34 |
| HSL | 320º | 0.51% | 0.44% | - |
| HSV(B) | 320º | 0.68% | 0.66% | - |
| XYZ | 21.5 | 12.57 | 22.41 | - |
| YUV | 96.75 | 146.77 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 130 | 0 | 0.68 | 0.23 | 0.34 | 320 | 0.51 | 0.44 |
| Hex | A8 | 36 | 82 | 0 | 44 | 17 | 22 | 140 | 33 | 2C |
| Octal | 250 | 66 | 202 | 0 | 104 | 27 | 42 | 500 | 63 | 54 |
| Binary | 10101000 | 110110 | 10000010 | 0 | 1000100 | 10111 | 100010 | 101000000 | 110011 | 101100 |
Color Harmonies of #A83682
Complementary color
Monochromatic Colors of #A83682
Black with #A83682
Text Example
Text Example
White with #A83682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83682; }
p { color: rgb(168,54,130); }
H1.HeaderClassName
{
color: #A83682;
}
.AnyTagClassName
{
color: #A83682;
}
</style>
background-color css
<style>
a { background-color: #A83682; }
a { background-color: rgb(168,54,130); }
div.DivClassName
{
background-color: #A83682;
}
.BgClassName
{
background-color: #A83682;
}
</style>
border-color css
<style>
span { border-color: #A83682; }
span { border-color: rgb(168,54,130); }
td.TdClassName
{
border-color: #A83682;
}
.TagClassName
{
border-color: #A83682;
}
</style>