Shades of Medium Red Violet #A24A87
Tints of Medium Red Violet #A24A87
RGB
CMYK
RGB Variations
Color information
#A24A87 (or 0xA24A87) is known color: Medium Red Violet. HEX triplet: A2, 4A and 87. RGB value is (162,74,135). Sum of RGB (Red+Green+Blue) = 162+74+135=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24A87 is #5DB578. Grayscale: #6B6B6B. Windows color (decimal): -6141305 or 8866466. OLE color: 8866466.
HSL color Cylindrical-coordinate representation of color #A24A87: hue angle of 318.41º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A24A87 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 74 | 135 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.36 |
| HSL | 318.41º | 0.37% | 0.46% | - |
| HSV(B) | 318.41º | 0.54% | 0.64% | - |
| XYZ | 21.72 | 14.33 | 24.54 | - |
| YUV | 107.27 | 143.65 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 135 | 0 | 0.54 | 0.17 | 0.36 | 318.41 | 0.37 | 0.46 |
| Hex | A2 | 4A | 87 | 0 | 36 | 11 | 24 | 13E | 25 | 2E |
| Octal | 242 | 112 | 207 | 0 | 66 | 21 | 44 | 476 | 45 | 56 |
| Binary | 10100010 | 1001010 | 10000111 | 0 | 110110 | 10001 | 100100 | 100111110 | 100101 | 101110 |
Color Harmonies of #A24A87
Complementary color
Monochromatic Colors of #A24A87
Black with #A24A87
Text Example
Text Example
White with #A24A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24A87; }
p { color: rgb(162,74,135); }
H1.HeaderClassName
{
color: #A24A87;
}
.AnyTagClassName
{
color: #A24A87;
}
</style>
background-color css
<style>
a { background-color: #A24A87; }
a { background-color: rgb(162,74,135); }
div.DivClassName
{
background-color: #A24A87;
}
.BgClassName
{
background-color: #A24A87;
}
</style>
border-color css
<style>
span { border-color: #A24A87; }
span { border-color: rgb(162,74,135); }
td.TdClassName
{
border-color: #A24A87;
}
.TagClassName
{
border-color: #A24A87;
}
</style>