Shades of Medium Red Violet #A82A8D
Tints of Medium Red Violet #A82A8D
RGB
CMYK
RGB Variations
Color information
#A82A8D (or 0xA82A8D) is known color: Medium Red Violet. HEX triplet: A8, 2A and 8D. RGB value is (168,42,141). Sum of RGB (Red+Green+Blue) = 168+42+141=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82A8D is #57D572. Grayscale: #5A5A5A. Windows color (decimal): -5756275 or 9251496. OLE color: 9251496.
HSL color Cylindrical-coordinate representation of color #A82A8D: hue angle of 312.86º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A82A8D is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 42 | 141 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.34 |
| HSL | 312.86º | 0.6% | 0.41% | - |
| HSV(B) | 312.86º | 0.75% | 0.66% | - |
| XYZ | 21.78 | 11.9 | 26.35 | - |
| YUV | 90.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 42 | 141 | 0 | 0.75 | 0.16 | 0.34 | 312.86 | 0.6 | 0.41 |
| Hex | A8 | 2A | 8D | 0 | 4B | 10 | 22 | 139 | 3C | 29 |
| Octal | 250 | 52 | 215 | 0 | 113 | 20 | 42 | 471 | 74 | 51 |
| Binary | 10101000 | 101010 | 10001101 | 0 | 1001011 | 10000 | 100010 | 100111001 | 111100 | 101001 |
Color Harmonies of #A82A8D
Complementary color
Monochromatic Colors of #A82A8D
Black with #A82A8D
Text Example
Text Example
White with #A82A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82A8D; }
p { color: rgb(168,42,141); }
H1.HeaderClassName
{
color: #A82A8D;
}
.AnyTagClassName
{
color: #A82A8D;
}
</style>
background-color css
<style>
a { background-color: #A82A8D; }
a { background-color: rgb(168,42,141); }
div.DivClassName
{
background-color: #A82A8D;
}
.BgClassName
{
background-color: #A82A8D;
}
</style>
border-color css
<style>
span { border-color: #A82A8D; }
span { border-color: rgb(168,42,141); }
td.TdClassName
{
border-color: #A82A8D;
}
.TagClassName
{
border-color: #A82A8D;
}
</style>