Shades of Medium Red Violet #A83680
Tints of Medium Red Violet #A83680
RGB
CMYK
RGB Variations
Color information
#A83680 (or 0xA83680) is known color: Medium Red Violet. HEX triplet: A8, 36 and 80. RGB value is (168,54,128). Sum of RGB (Red+Green+Blue) = 168+54+128=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A83680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83680 is #57C97F. Grayscale: #606060. Windows color (decimal): -5753216 or 8402600. OLE color: 8402600.
HSL color Cylindrical-coordinate representation of color #A83680: hue angle of 321.05º 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 #A83680 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 128 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.34 |
| HSL | 321.05º | 0.51% | 0.44% | - |
| HSV(B) | 321.05º | 0.68% | 0.66% | - |
| XYZ | 21.36 | 12.52 | 21.71 | - |
| YUV | 96.52 | 145.77 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 128 | 0 | 0.68 | 0.24 | 0.34 | 321.05 | 0.51 | 0.44 |
| Hex | A8 | 36 | 80 | 0 | 44 | 18 | 22 | 141 | 33 | 2C |
| Octal | 250 | 66 | 200 | 0 | 104 | 30 | 42 | 501 | 63 | 54 |
| Binary | 10101000 | 110110 | 10000000 | 0 | 1000100 | 11000 | 100010 | 101000001 | 110011 | 101100 |
Color Harmonies of #A83680
Complementary color
Monochromatic Colors of #A83680
Black with #A83680
Text Example
Text Example
White with #A83680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83680; }
p { color: rgb(168,54,128); }
H1.HeaderClassName
{
color: #A83680;
}
.AnyTagClassName
{
color: #A83680;
}
</style>
background-color css
<style>
a { background-color: #A83680; }
a { background-color: rgb(168,54,128); }
div.DivClassName
{
background-color: #A83680;
}
.BgClassName
{
background-color: #A83680;
}
</style>
border-color css
<style>
span { border-color: #A83680; }
span { border-color: rgb(168,54,128); }
td.TdClassName
{
border-color: #A83680;
}
.TagClassName
{
border-color: #A83680;
}
</style>