Shades of Medium Red Violet #A24683
Tints of Medium Red Violet #A24683
RGB
CMYK
RGB Variations
Color information
#A24683 (or 0xA24683) is known color: Medium Red Violet. HEX triplet: A2, 46 and 83. RGB value is (162,70,131). Sum of RGB (Red+Green+Blue) = 162+70+131=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A24683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24683 is #5DB97C. Grayscale: #686868. Windows color (decimal): -6142333 or 8603298. OLE color: 8603298.
HSL color Cylindrical-coordinate representation of color #A24683: hue angle of 320.22º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A24683 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 70 | 131 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.36 |
| HSL | 320.22º | 0.4% | 0.45% | - |
| HSV(B) | 320.22º | 0.57% | 0.64% | - |
| XYZ | 21.19 | 13.7 | 23 | - |
| YUV | 104.46 | 142.98 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 70 | 131 | 0 | 0.57 | 0.19 | 0.36 | 320.22 | 0.4 | 0.45 |
| Hex | A2 | 46 | 83 | 0 | 39 | 13 | 24 | 140 | 28 | 2D |
| Octal | 242 | 106 | 203 | 0 | 71 | 23 | 44 | 500 | 50 | 55 |
| Binary | 10100010 | 1000110 | 10000011 | 0 | 111001 | 10011 | 100100 | 101000000 | 101000 | 101101 |
Color Harmonies of #A24683
Complementary color
Monochromatic Colors of #A24683
Black with #A24683
Text Example
Text Example
White with #A24683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24683; }
p { color: rgb(162,70,131); }
H1.HeaderClassName
{
color: #A24683;
}
.AnyTagClassName
{
color: #A24683;
}
</style>
background-color css
<style>
a { background-color: #A24683; }
a { background-color: rgb(162,70,131); }
div.DivClassName
{
background-color: #A24683;
}
.BgClassName
{
background-color: #A24683;
}
</style>
border-color css
<style>
span { border-color: #A24683; }
span { border-color: rgb(162,70,131); }
td.TdClassName
{
border-color: #A24683;
}
.TagClassName
{
border-color: #A24683;
}
</style>