Shades of Medium Red Violet #A82F7D
Tints of Medium Red Violet #A82F7D
RGB
CMYK
RGB Variations
Color information
#A82F7D (or 0xA82F7D) is known color: Medium Red Violet. HEX triplet: A8, 2F and 7D. RGB value is (168,47,125). Sum of RGB (Red+Green+Blue) = 168+47+125=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A82F7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82F7D is #57D082. Grayscale: #5B5B5B. Windows color (decimal): -5755011 or 8204200. OLE color: 8204200.
HSL color Cylindrical-coordinate representation of color #A82F7D: hue angle of 321.32º 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 #A82F7D is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 47 | 125 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.34 |
| HSL | 321.32º | 0.56% | 0.42% | - |
| HSV(B) | 321.32º | 0.72% | 0.66% | - |
| XYZ | 20.87 | 11.84 | 20.59 | - |
| YUV | 92.07 | 146.59 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 47 | 125 | 0 | 0.72 | 0.26 | 0.34 | 321.32 | 0.56 | 0.42 |
| Hex | A8 | 2F | 7D | 0 | 48 | 1A | 22 | 141 | 38 | 2A |
| Octal | 250 | 57 | 175 | 0 | 110 | 32 | 42 | 501 | 70 | 52 |
| Binary | 10101000 | 101111 | 1111101 | 0 | 1001000 | 11010 | 100010 | 101000001 | 111000 | 101010 |
Color Harmonies of #A82F7D
Complementary color
Monochromatic Colors of #A82F7D
Black with #A82F7D
Text Example
Text Example
White with #A82F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82F7D; }
p { color: rgb(168,47,125); }
H1.HeaderClassName
{
color: #A82F7D;
}
.AnyTagClassName
{
color: #A82F7D;
}
</style>
background-color css
<style>
a { background-color: #A82F7D; }
a { background-color: rgb(168,47,125); }
div.DivClassName
{
background-color: #A82F7D;
}
.BgClassName
{
background-color: #A82F7D;
}
</style>
border-color css
<style>
span { border-color: #A82F7D; }
span { border-color: rgb(168,47,125); }
td.TdClassName
{
border-color: #A82F7D;
}
.TagClassName
{
border-color: #A82F7D;
}
</style>