Shades of Medium Red Violet #A84186
Tints of Medium Red Violet #A84186
RGB
CMYK
RGB Variations
Color information
#A84186 (or 0xA84186) is known color: Medium Red Violet. HEX triplet: A8, 41 and 86. RGB value is (168,65,134). Sum of RGB (Red+Green+Blue) = 168+65+134=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A84186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84186 is #57BE79. Grayscale: #676767. Windows color (decimal): -5750394 or 8798632. OLE color: 8798632.
HSL color Cylindrical-coordinate representation of color #A84186: hue angle of 319.81º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A84186 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 134 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.34 |
| HSL | 319.81º | 0.44% | 0.46% | - |
| HSV(B) | 319.81º | 0.61% | 0.66% | - |
| XYZ | 22.34 | 13.83 | 24.05 | - |
| YUV | 103.66 | 145.12 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 134 | 0 | 0.61 | 0.20 | 0.34 | 319.81 | 0.44 | 0.46 |
| Hex | A8 | 41 | 86 | 0 | 3D | 14 | 22 | 140 | 2C | 2E |
| Octal | 250 | 101 | 206 | 0 | 75 | 24 | 42 | 500 | 54 | 56 |
| Binary | 10101000 | 1000001 | 10000110 | 0 | 111101 | 10100 | 100010 | 101000000 | 101100 | 101110 |
Color Harmonies of #A84186
Complementary color
Monochromatic Colors of #A84186
Black with #A84186
Text Example
Text Example
White with #A84186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84186; }
p { color: rgb(168,65,134); }
H1.HeaderClassName
{
color: #A84186;
}
.AnyTagClassName
{
color: #A84186;
}
</style>
background-color css
<style>
a { background-color: #A84186; }
a { background-color: rgb(168,65,134); }
div.DivClassName
{
background-color: #A84186;
}
.BgClassName
{
background-color: #A84186;
}
</style>
border-color css
<style>
span { border-color: #A84186; }
span { border-color: rgb(168,65,134); }
td.TdClassName
{
border-color: #A84186;
}
.TagClassName
{
border-color: #A84186;
}
</style>