Shades of Medium Red Violet #A82D8A
Tints of Medium Red Violet #A82D8A
RGB
CMYK
RGB Variations
Color information
#A82D8A (or 0xA82D8A) is known color: Medium Red Violet. HEX triplet: A8, 2D and 8A. RGB value is (168,45,138). Sum of RGB (Red+Green+Blue) = 168+45+138=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82D8A is #57D275. Grayscale: #5C5C5C. Windows color (decimal): -5755510 or 9055656. OLE color: 9055656.
HSL color Cylindrical-coordinate representation of color #A82D8A: hue angle of 314.63º 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 #A82D8A is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 45 | 138 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.34 |
| HSL | 314.63º | 0.58% | 0.42% | - |
| HSV(B) | 314.63º | 0.73% | 0.66% | - |
| XYZ | 21.67 | 12.04 | 25.23 | - |
| YUV | 92.38 | 153.75 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 138 | 0 | 0.73 | 0.18 | 0.34 | 314.63 | 0.58 | 0.42 |
| Hex | A8 | 2D | 8A | 0 | 49 | 12 | 22 | 13B | 3A | 2A |
| Octal | 250 | 55 | 212 | 0 | 111 | 22 | 42 | 473 | 72 | 52 |
| Binary | 10101000 | 101101 | 10001010 | 0 | 1001001 | 10010 | 100010 | 100111011 | 111010 | 101010 |
Color Harmonies of #A82D8A
Complementary color
Monochromatic Colors of #A82D8A
Black with #A82D8A
Text Example
Text Example
White with #A82D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82D8A; }
p { color: rgb(168,45,138); }
H1.HeaderClassName
{
color: #A82D8A;
}
.AnyTagClassName
{
color: #A82D8A;
}
</style>
background-color css
<style>
a { background-color: #A82D8A; }
a { background-color: rgb(168,45,138); }
div.DivClassName
{
background-color: #A82D8A;
}
.BgClassName
{
background-color: #A82D8A;
}
</style>
border-color css
<style>
span { border-color: #A82D8A; }
span { border-color: rgb(168,45,138); }
td.TdClassName
{
border-color: #A82D8A;
}
.TagClassName
{
border-color: #A82D8A;
}
</style>