Shades of Medium Red Violet #A82DA3
Tints of Medium Red Violet #A82DA3
RGB
CMYK
RGB Variations
Color information
#A82DA3 (or 0xA82DA3) is known color: Medium Red Violet. HEX triplet: A8, 2D and A3. RGB value is (168,45,163). Sum of RGB (Red+Green+Blue) = 168+45+163=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 163 (64.06% from 255 or 43.35% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A82DA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82DA3 is #57D25C. Grayscale: #5E5E5E. Windows color (decimal): -5755485 or 10694056. OLE color: 10694056.
HSL color Cylindrical-coordinate representation of color #A82DA3: hue angle of 302.44º degrees, saturation: 0.58, 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 #A82DA3 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 45 | 163 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.34 |
| HSL | 302.44º | 0.58% | 0.42% | - |
| HSV(B) | 302.44º | 0.73% | 0.66% | - |
| XYZ | 23.7 | 12.85 | 35.88 | - |
| YUV | 95.23 | 166.25 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 163 | 0 | 0.73 | 0.03 | 0.34 | 302.44 | 0.58 | 0.42 |
| Hex | A8 | 2D | A3 | 0 | 49 | 3 | 22 | 12E | 3A | 2A |
| Octal | 250 | 55 | 243 | 0 | 111 | 3 | 42 | 456 | 72 | 52 |
| Binary | 10101000 | 101101 | 10100011 | 0 | 1001001 | 11 | 100010 | 100101110 | 111010 | 101010 |
Color Harmonies of #A82DA3
Complementary color
Monochromatic Colors of #A82DA3
Black with #A82DA3
Text Example
Text Example
White with #A82DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82DA3; }
p { color: rgb(168,45,163); }
H1.HeaderClassName
{
color: #A82DA3;
}
.AnyTagClassName
{
color: #A82DA3;
}
</style>
background-color css
<style>
a { background-color: #A82DA3; }
a { background-color: rgb(168,45,163); }
div.DivClassName
{
background-color: #A82DA3;
}
.BgClassName
{
background-color: #A82DA3;
}
</style>
border-color css
<style>
span { border-color: #A82DA3; }
span { border-color: rgb(168,45,163); }
td.TdClassName
{
border-color: #A82DA3;
}
.TagClassName
{
border-color: #A82DA3;
}
</style>