Shades of Medium Red Violet #A24786
Tints of Medium Red Violet #A24786
RGB
CMYK
RGB Variations
Color information
#A24786 (or 0xA24786) is known color: Medium Red Violet. HEX triplet: A2, 47 and 86. RGB value is (162,71,134). Sum of RGB (Red+Green+Blue) = 162+71+134=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A24786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24786 is #5DB879. Grayscale: #696969. Windows color (decimal): -6142074 or 8800162. OLE color: 8800162.
HSL color Cylindrical-coordinate representation of color #A24786: hue angle of 318.46º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A24786 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 71 | 134 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.36 |
| HSL | 318.46º | 0.39% | 0.46% | - |
| HSV(B) | 318.46º | 0.56% | 0.64% | - |
| XYZ | 21.46 | 13.91 | 24.11 | - |
| YUV | 105.39 | 144.15 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 134 | 0 | 0.56 | 0.17 | 0.36 | 318.46 | 0.39 | 0.46 |
| Hex | A2 | 47 | 86 | 0 | 38 | 11 | 24 | 13E | 27 | 2E |
| Octal | 242 | 107 | 206 | 0 | 70 | 21 | 44 | 476 | 47 | 56 |
| Binary | 10100010 | 1000111 | 10000110 | 0 | 111000 | 10001 | 100100 | 100111110 | 100111 | 101110 |
Color Harmonies of #A24786
Complementary color
Monochromatic Colors of #A24786
Black with #A24786
Text Example
Text Example
White with #A24786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24786; }
p { color: rgb(162,71,134); }
H1.HeaderClassName
{
color: #A24786;
}
.AnyTagClassName
{
color: #A24786;
}
</style>
background-color css
<style>
a { background-color: #A24786; }
a { background-color: rgb(162,71,134); }
div.DivClassName
{
background-color: #A24786;
}
.BgClassName
{
background-color: #A24786;
}
</style>
border-color css
<style>
span { border-color: #A24786; }
span { border-color: rgb(162,71,134); }
td.TdClassName
{
border-color: #A24786;
}
.TagClassName
{
border-color: #A24786;
}
</style>