Shades of Medium Red Violet #A83686
Tints of Medium Red Violet #A83686
RGB
CMYK
RGB Variations
Color information
#A83686 (or 0xA83686) is known color: Medium Red Violet. HEX triplet: A8, 36 and 86. RGB value is (168,54,134). Sum of RGB (Red+Green+Blue) = 168+54+134=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A83686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83686 is #57C979. Grayscale: #606060. Windows color (decimal): -5753210 or 8795816. OLE color: 8795816.
HSL color Cylindrical-coordinate representation of color #A83686: hue angle of 317.89º 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 #A83686 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 134 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.34 |
| HSL | 317.89º | 0.51% | 0.44% | - |
| HSV(B) | 317.89º | 0.68% | 0.66% | - |
| XYZ | 21.77 | 12.68 | 23.86 | - |
| YUV | 97.21 | 148.77 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 134 | 0 | 0.68 | 0.20 | 0.34 | 317.89 | 0.51 | 0.44 |
| Hex | A8 | 36 | 86 | 0 | 44 | 14 | 22 | 13E | 33 | 2C |
| Octal | 250 | 66 | 206 | 0 | 104 | 24 | 42 | 476 | 63 | 54 |
| Binary | 10101000 | 110110 | 10000110 | 0 | 1000100 | 10100 | 100010 | 100111110 | 110011 | 101100 |
Color Harmonies of #A83686
Complementary color
Monochromatic Colors of #A83686
Black with #A83686
Text Example
Text Example
White with #A83686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83686; }
p { color: rgb(168,54,134); }
H1.HeaderClassName
{
color: #A83686;
}
.AnyTagClassName
{
color: #A83686;
}
</style>
background-color css
<style>
a { background-color: #A83686; }
a { background-color: rgb(168,54,134); }
div.DivClassName
{
background-color: #A83686;
}
.BgClassName
{
background-color: #A83686;
}
</style>
border-color css
<style>
span { border-color: #A83686; }
span { border-color: rgb(168,54,134); }
td.TdClassName
{
border-color: #A83686;
}
.TagClassName
{
border-color: #A83686;
}
</style>