Shades of Medium Red Violet #A83F86
Tints of Medium Red Violet #A83F86
RGB
CMYK
RGB Variations
Color information
#A83F86 (or 0xA83F86) is known color: Medium Red Violet. HEX triplet: A8, 3F and 86. RGB value is (168,63,134). Sum of RGB (Red+Green+Blue) = 168+63+134=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83F86 is #57C079. Grayscale: #666666. Windows color (decimal): -5750906 or 8798120. OLE color: 8798120.
HSL color Cylindrical-coordinate representation of color #A83F86: hue angle of 319.43º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A83F86 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 63 | 134 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.34 |
| HSL | 319.43º | 0.45% | 0.45% | - |
| HSV(B) | 319.43º | 0.63% | 0.66% | - |
| XYZ | 22.23 | 13.6 | 24.01 | - |
| YUV | 102.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 134 | 0 | 0.63 | 0.20 | 0.34 | 319.43 | 0.45 | 0.45 |
| Hex | A8 | 3F | 86 | 0 | 3F | 14 | 22 | 13F | 2D | 2D |
| Octal | 250 | 77 | 206 | 0 | 77 | 24 | 42 | 477 | 55 | 55 |
| Binary | 10101000 | 111111 | 10000110 | 0 | 111111 | 10100 | 100010 | 100111111 | 101101 | 101101 |
Color Harmonies of #A83F86
Complementary color
Monochromatic Colors of #A83F86
Black with #A83F86
Text Example
Text Example
White with #A83F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83F86; }
p { color: rgb(168,63,134); }
H1.HeaderClassName
{
color: #A83F86;
}
.AnyTagClassName
{
color: #A83F86;
}
</style>
background-color css
<style>
a { background-color: #A83F86; }
a { background-color: rgb(168,63,134); }
div.DivClassName
{
background-color: #A83F86;
}
.BgClassName
{
background-color: #A83F86;
}
</style>
border-color css
<style>
span { border-color: #A83F86; }
span { border-color: rgb(168,63,134); }
td.TdClassName
{
border-color: #A83F86;
}
.TagClassName
{
border-color: #A83F86;
}
</style>