Shades of Medium Red Violet #A82081
Tints of Medium Red Violet #A82081
RGB
CMYK
RGB Variations
Color information
#A82081 (or 0xA82081) is known color: Medium Red Violet. HEX triplet: A8, 20 and 81. RGB value is (168,32,129). Sum of RGB (Red+Green+Blue) = 168+32+129=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A82081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82081 is #57DF7E. Grayscale: #535353. Windows color (decimal): -5758847 or 8462504. OLE color: 8462504.
HSL color Cylindrical-coordinate representation of color #A82081: hue angle of 317.21º 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 #A82081 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 129 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.34 |
| HSL | 317.21º | 0.68% | 0.39% | - |
| HSV(B) | 317.21º | 0.81% | 0.66% | - |
| XYZ | 20.63 | 10.94 | 21.79 | - |
| YUV | 83.72 | 153.56 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 129 | 0 | 0.81 | 0.23 | 0.34 | 317.21 | 0.68 | 0.39 |
| Hex | A8 | 20 | 81 | 0 | 51 | 17 | 22 | 13D | 44 | 27 |
| Octal | 250 | 40 | 201 | 0 | 121 | 27 | 42 | 475 | 104 | 47 |
| Binary | 10101000 | 100000 | 10000001 | 0 | 1010001 | 10111 | 100010 | 100111101 | 1000100 | 100111 |
Color Harmonies of #A82081
Complementary color
Monochromatic Colors of #A82081
Black with #A82081
Text Example
Text Example
White with #A82081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82081; }
p { color: rgb(168,32,129); }
H1.HeaderClassName
{
color: #A82081;
}
.AnyTagClassName
{
color: #A82081;
}
</style>
background-color css
<style>
a { background-color: #A82081; }
a { background-color: rgb(168,32,129); }
div.DivClassName
{
background-color: #A82081;
}
.BgClassName
{
background-color: #A82081;
}
</style>
border-color css
<style>
span { border-color: #A82081; }
span { border-color: rgb(168,32,129); }
td.TdClassName
{
border-color: #A82081;
}
.TagClassName
{
border-color: #A82081;
}
</style>