Shades of Medium Red Violet #A24087
Tints of Medium Red Violet #A24087
RGB
CMYK
RGB Variations
Color information
#A24087 (or 0xA24087) is known color: Medium Red Violet. HEX triplet: A2, 40 and 87. RGB value is (162,64,135). Sum of RGB (Red+Green+Blue) = 162+64+135=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A24087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24087 is #5DBF78. Grayscale: #656565. Windows color (decimal): -6143865 or 8863906. OLE color: 8863906.
HSL color Cylindrical-coordinate representation of color #A24087: hue angle of 316.53º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24087 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 64 | 135 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.36 |
| HSL | 316.53º | 0.43% | 0.44% | - |
| HSV(B) | 316.53º | 0.6% | 0.64% | - |
| XYZ | 21.11 | 13.1 | 24.34 | - |
| YUV | 101.4 | 146.97 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 64 | 135 | 0 | 0.60 | 0.17 | 0.36 | 316.53 | 0.43 | 0.44 |
| Hex | A2 | 40 | 87 | 0 | 3C | 11 | 24 | 13D | 2B | 2C |
| Octal | 242 | 100 | 207 | 0 | 74 | 21 | 44 | 475 | 53 | 54 |
| Binary | 10100010 | 1000000 | 10000111 | 0 | 111100 | 10001 | 100100 | 100111101 | 101011 | 101100 |
Color Harmonies of #A24087
Complementary color
Monochromatic Colors of #A24087
Black with #A24087
Text Example
Text Example
White with #A24087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24087; }
p { color: rgb(162,64,135); }
H1.HeaderClassName
{
color: #A24087;
}
.AnyTagClassName
{
color: #A24087;
}
</style>
background-color css
<style>
a { background-color: #A24087; }
a { background-color: rgb(162,64,135); }
div.DivClassName
{
background-color: #A24087;
}
.BgClassName
{
background-color: #A24087;
}
</style>
border-color css
<style>
span { border-color: #A24087; }
span { border-color: rgb(162,64,135); }
td.TdClassName
{
border-color: #A24087;
}
.TagClassName
{
border-color: #A24087;
}
</style>