Shades of Medium Red Violet #A82084
Tints of Medium Red Violet #A82084
RGB
CMYK
RGB Variations
Color information
#A82084 (or 0xA82084) is known color: Medium Red Violet. HEX triplet: A8, 20 and 84. RGB value is (168,32,132). Sum of RGB (Red+Green+Blue) = 168+32+132=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A82084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82084 is #57DF7B. Grayscale: #535353. Windows color (decimal): -5758844 or 8659112. OLE color: 8659112.
HSL color Cylindrical-coordinate representation of color #A82084: hue angle of 315.88º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A82084 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 132 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.34 |
| HSL | 315.88º | 0.68% | 0.39% | - |
| HSV(B) | 315.88º | 0.81% | 0.66% | - |
| XYZ | 20.83 | 11.02 | 22.86 | - |
| YUV | 84.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 132 | 0 | 0.81 | 0.21 | 0.34 | 315.88 | 0.68 | 0.39 |
| Hex | A8 | 20 | 84 | 0 | 51 | 15 | 22 | 13C | 44 | 27 |
| Octal | 250 | 40 | 204 | 0 | 121 | 25 | 42 | 474 | 104 | 47 |
| Binary | 10101000 | 100000 | 10000100 | 0 | 1010001 | 10101 | 100010 | 100111100 | 1000100 | 100111 |
Color Harmonies of #A82084
Complementary color
Monochromatic Colors of #A82084
Black with #A82084
Text Example
Text Example
White with #A82084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82084; }
p { color: rgb(168,32,132); }
H1.HeaderClassName
{
color: #A82084;
}
.AnyTagClassName
{
color: #A82084;
}
</style>
background-color css
<style>
a { background-color: #A82084; }
a { background-color: rgb(168,32,132); }
div.DivClassName
{
background-color: #A82084;
}
.BgClassName
{
background-color: #A82084;
}
</style>
border-color css
<style>
span { border-color: #A82084; }
span { border-color: rgb(168,32,132); }
td.TdClassName
{
border-color: #A82084;
}
.TagClassName
{
border-color: #A82084;
}
</style>