Shades of Medium Red Violet #A82EA3
Tints of Medium Red Violet #A82EA3
RGB
CMYK
RGB Variations
Color information
#A82EA3 (or 0xA82EA3) is known color: Medium Red Violet. HEX triplet: A8, 2E and A3. RGB value is (168,46,163). Sum of RGB (Red+Green+Blue) = 168+46+163=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A82EA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82EA3 is #57D15C. Grayscale: #5F5F5F. Windows color (decimal): -5755229 or 10694312. OLE color: 10694312.
HSL color Cylindrical-coordinate representation of color #A82EA3: hue angle of 302.46º 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 #A82EA3 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 46 | 163 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.34 |
| HSL | 302.46º | 0.57% | 0.42% | - |
| HSV(B) | 302.46º | 0.73% | 0.66% | - |
| XYZ | 23.74 | 12.92 | 35.89 | - |
| YUV | 95.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 46 | 163 | 0 | 0.73 | 0.03 | 0.34 | 302.46 | 0.57 | 0.42 |
| Hex | A8 | 2E | A3 | 0 | 49 | 3 | 22 | 12E | 39 | 2A |
| Octal | 250 | 56 | 243 | 0 | 111 | 3 | 42 | 456 | 71 | 52 |
| Binary | 10101000 | 101110 | 10100011 | 0 | 1001001 | 11 | 100010 | 100101110 | 111001 | 101010 |
Color Harmonies of #A82EA3
Complementary color
Monochromatic Colors of #A82EA3
Black with #A82EA3
Text Example
Text Example
White with #A82EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82EA3; }
p { color: rgb(168,46,163); }
H1.HeaderClassName
{
color: #A82EA3;
}
.AnyTagClassName
{
color: #A82EA3;
}
</style>
background-color css
<style>
a { background-color: #A82EA3; }
a { background-color: rgb(168,46,163); }
div.DivClassName
{
background-color: #A82EA3;
}
.BgClassName
{
background-color: #A82EA3;
}
</style>
border-color css
<style>
span { border-color: #A82EA3; }
span { border-color: rgb(168,46,163); }
td.TdClassName
{
border-color: #A82EA3;
}
.TagClassName
{
border-color: #A82EA3;
}
</style>