Shades of Medium Red Violet #A82D9F
Tints of Medium Red Violet #A82D9F
RGB
CMYK
RGB Variations
Color information
#A82D9F (or 0xA82D9F) is known color: Medium Red Violet. HEX triplet: A8, 2D and 9F. RGB value is (168,45,159). Sum of RGB (Red+Green+Blue) = 168+45+159=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82D9F is #57D260. Grayscale: #5E5E5E. Windows color (decimal): -5755489 or 10431912. OLE color: 10431912.
HSL color Cylindrical-coordinate representation of color #A82D9F: hue angle of 304.39º 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 #A82D9F is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 45 | 159 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.34 |
| HSL | 304.39º | 0.58% | 0.42% | - |
| HSV(B) | 304.39º | 0.73% | 0.66% | - |
| XYZ | 23.34 | 12.7 | 34.02 | - |
| YUV | 94.77 | 164.25 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 159 | 0 | 0.73 | 0.05 | 0.34 | 304.39 | 0.58 | 0.42 |
| Hex | A8 | 2D | 9F | 0 | 49 | 5 | 22 | 130 | 3A | 2A |
| Octal | 250 | 55 | 237 | 0 | 111 | 5 | 42 | 460 | 72 | 52 |
| Binary | 10101000 | 101101 | 10011111 | 0 | 1001001 | 101 | 100010 | 100110000 | 111010 | 101010 |
Color Harmonies of #A82D9F
Complementary color
Monochromatic Colors of #A82D9F
Black with #A82D9F
Text Example
Text Example
White with #A82D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82D9F; }
p { color: rgb(168,45,159); }
H1.HeaderClassName
{
color: #A82D9F;
}
.AnyTagClassName
{
color: #A82D9F;
}
</style>
background-color css
<style>
a { background-color: #A82D9F; }
a { background-color: rgb(168,45,159); }
div.DivClassName
{
background-color: #A82D9F;
}
.BgClassName
{
background-color: #A82D9F;
}
</style>
border-color css
<style>
span { border-color: #A82D9F; }
span { border-color: rgb(168,45,159); }
td.TdClassName
{
border-color: #A82D9F;
}
.TagClassName
{
border-color: #A82D9F;
}
</style>