Shades of Medium Red Violet #A82E97
Tints of Medium Red Violet #A82E97
RGB
CMYK
RGB Variations
Color information
#A82E97 (or 0xA82E97) is known color: Medium Red Violet. HEX triplet: A8, 2E and 97. RGB value is (168,46,151). Sum of RGB (Red+Green+Blue) = 168+46+151=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A82E97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82E97 is #57D168. Grayscale: #5E5E5E. Windows color (decimal): -5755241 or 9907880. OLE color: 9907880.
HSL color Cylindrical-coordinate representation of color #A82E97: hue angle of 308.36º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A82E97 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 46 | 151 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.34 |
| HSL | 308.36º | 0.57% | 0.42% | - |
| HSV(B) | 308.36º | 0.73% | 0.66% | - |
| XYZ | 22.71 | 12.51 | 30.5 | - |
| YUV | 94.45 | 159.92 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 46 | 151 | 0 | 0.73 | 0.10 | 0.34 | 308.36 | 0.57 | 0.42 |
| Hex | A8 | 2E | 97 | 0 | 49 | A | 22 | 134 | 39 | 2A |
| Octal | 250 | 56 | 227 | 0 | 111 | 12 | 42 | 464 | 71 | 52 |
| Binary | 10101000 | 101110 | 10010111 | 0 | 1001001 | 1010 | 100010 | 100110100 | 111001 | 101010 |
Color Harmonies of #A82E97
Complementary color
Monochromatic Colors of #A82E97
Black with #A82E97
Text Example
Text Example
White with #A82E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82E97; }
p { color: rgb(168,46,151); }
H1.HeaderClassName
{
color: #A82E97;
}
.AnyTagClassName
{
color: #A82E97;
}
</style>
background-color css
<style>
a { background-color: #A82E97; }
a { background-color: rgb(168,46,151); }
div.DivClassName
{
background-color: #A82E97;
}
.BgClassName
{
background-color: #A82E97;
}
</style>
border-color css
<style>
span { border-color: #A82E97; }
span { border-color: rgb(168,46,151); }
td.TdClassName
{
border-color: #A82E97;
}
.TagClassName
{
border-color: #A82E97;
}
</style>