Shades of Medium Red Violet #A82F8C
Tints of Medium Red Violet #A82F8C
RGB
CMYK
RGB Variations
Color information
#A82F8C (or 0xA82F8C) is known color: Medium Red Violet. HEX triplet: A8, 2F and 8C. RGB value is (168,47,140). Sum of RGB (Red+Green+Blue) = 168+47+140=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 47 (18.75% from 255 or 13.24% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A82F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82F8C is #57D073. Grayscale: #5D5D5D. Windows color (decimal): -5754996 or 9187240. OLE color: 9187240.
HSL color Cylindrical-coordinate representation of color #A82F8C: hue angle of 313.88º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A82F8C is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 47 | 140 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.34 |
| HSL | 313.88º | 0.56% | 0.42% | - |
| HSV(B) | 313.88º | 0.72% | 0.66% | - |
| XYZ | 21.9 | 12.25 | 26.02 | - |
| YUV | 93.78 | 154.09 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 47 | 140 | 0 | 0.72 | 0.17 | 0.34 | 313.88 | 0.56 | 0.42 |
| Hex | A8 | 2F | 8C | 0 | 48 | 11 | 22 | 13A | 38 | 2A |
| Octal | 250 | 57 | 214 | 0 | 110 | 21 | 42 | 472 | 70 | 52 |
| Binary | 10101000 | 101111 | 10001100 | 0 | 1001000 | 10001 | 100010 | 100111010 | 111000 | 101010 |
Color Harmonies of #A82F8C
Complementary color
Monochromatic Colors of #A82F8C
Black with #A82F8C
Text Example
Text Example
White with #A82F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82F8C; }
p { color: rgb(168,47,140); }
H1.HeaderClassName
{
color: #A82F8C;
}
.AnyTagClassName
{
color: #A82F8C;
}
</style>
background-color css
<style>
a { background-color: #A82F8C; }
a { background-color: rgb(168,47,140); }
div.DivClassName
{
background-color: #A82F8C;
}
.BgClassName
{
background-color: #A82F8C;
}
</style>
border-color css
<style>
span { border-color: #A82F8C; }
span { border-color: rgb(168,47,140); }
td.TdClassName
{
border-color: #A82F8C;
}
.TagClassName
{
border-color: #A82F8C;
}
</style>