Shades of Medium Red Violet #A82E7A
Tints of Medium Red Violet #A82E7A
RGB
CMYK
RGB Variations
Color information
#A82E7A (or 0xA82E7A) is known color: Medium Red Violet. HEX triplet: A8, 2E and 7A. RGB value is (168,46,122). Sum of RGB (Red+Green+Blue) = 168+46+122=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A82E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82E7A is #57D185. Grayscale: #5A5A5A. Windows color (decimal): -5755270 or 8007336. OLE color: 8007336.
HSL color Cylindrical-coordinate representation of color #A82E7A: hue angle of 322.62º 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 #A82E7A is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 46 | 122 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.34 |
| HSL | 322.62º | 0.57% | 0.42% | - |
| HSV(B) | 322.62º | 0.73% | 0.66% | - |
| XYZ | 20.64 | 11.68 | 19.58 | - |
| YUV | 91.14 | 145.42 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 46 | 122 | 0 | 0.73 | 0.27 | 0.34 | 322.62 | 0.57 | 0.42 |
| Hex | A8 | 2E | 7A | 0 | 49 | 1B | 22 | 143 | 39 | 2A |
| Octal | 250 | 56 | 172 | 0 | 111 | 33 | 42 | 503 | 71 | 52 |
| Binary | 10101000 | 101110 | 1111010 | 0 | 1001001 | 11011 | 100010 | 101000011 | 111001 | 101010 |
Color Harmonies of #A82E7A
Complementary color
Monochromatic Colors of #A82E7A
Black with #A82E7A
Text Example
Text Example
White with #A82E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82E7A; }
p { color: rgb(168,46,122); }
H1.HeaderClassName
{
color: #A82E7A;
}
.AnyTagClassName
{
color: #A82E7A;
}
</style>
background-color css
<style>
a { background-color: #A82E7A; }
a { background-color: rgb(168,46,122); }
div.DivClassName
{
background-color: #A82E7A;
}
.BgClassName
{
background-color: #A82E7A;
}
</style>
border-color css
<style>
span { border-color: #A82E7A; }
span { border-color: rgb(168,46,122); }
td.TdClassName
{
border-color: #A82E7A;
}
.TagClassName
{
border-color: #A82E7A;
}
</style>