Shades of Medium Red Violet #A24886
Tints of Medium Red Violet #A24886
RGB
CMYK
RGB Variations
Color information
#A24886 (or 0xA24886) is known color: Medium Red Violet. HEX triplet: A2, 48 and 86. RGB value is (162,72,134). Sum of RGB (Red+Green+Blue) = 162+72+134=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A24886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24886 is #5DB779. Grayscale: #696969. Windows color (decimal): -6141818 or 8800418. OLE color: 8800418.
HSL color Cylindrical-coordinate representation of color #A24886: hue angle of 318.67º degrees, saturation: 0.38, 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 #A24886 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 72 | 134 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.36 |
| HSL | 318.67º | 0.38% | 0.46% | - |
| HSV(B) | 318.67º | 0.56% | 0.64% | - |
| XYZ | 21.52 | 14.04 | 24.13 | - |
| YUV | 105.98 | 143.82 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 72 | 134 | 0 | 0.56 | 0.17 | 0.36 | 318.67 | 0.38 | 0.46 |
| Hex | A2 | 48 | 86 | 0 | 38 | 11 | 24 | 13F | 26 | 2E |
| Octal | 242 | 110 | 206 | 0 | 70 | 21 | 44 | 477 | 46 | 56 |
| Binary | 10100010 | 1001000 | 10000110 | 0 | 111000 | 10001 | 100100 | 100111111 | 100110 | 101110 |
Color Harmonies of #A24886
Complementary color
Monochromatic Colors of #A24886
Black with #A24886
Text Example
Text Example
White with #A24886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24886; }
p { color: rgb(162,72,134); }
H1.HeaderClassName
{
color: #A24886;
}
.AnyTagClassName
{
color: #A24886;
}
</style>
background-color css
<style>
a { background-color: #A24886; }
a { background-color: rgb(162,72,134); }
div.DivClassName
{
background-color: #A24886;
}
.BgClassName
{
background-color: #A24886;
}
</style>
border-color css
<style>
span { border-color: #A24886; }
span { border-color: rgb(162,72,134); }
td.TdClassName
{
border-color: #A24886;
}
.TagClassName
{
border-color: #A24886;
}
</style>