Shades of Medium Red Violet #A2387C
Tints of Medium Red Violet #A2387C
RGB
CMYK
RGB Variations
Color information
#A2387C (or 0xA2387C) is known color: Medium Red Violet. HEX triplet: A2, 38 and 7C. RGB value is (162,56,124). Sum of RGB (Red+Green+Blue) = 162+56+124=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A2387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2387C is #5DC783. Grayscale: #5F5F5F. Windows color (decimal): -6145924 or 8140962. OLE color: 8140962.
HSL color Cylindrical-coordinate representation of color #A2387C: hue angle of 321.51º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2387C is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 56 | 124 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.36 |
| HSL | 321.51º | 0.49% | 0.43% | - |
| HSV(B) | 321.51º | 0.65% | 0.64% | - |
| XYZ | 19.95 | 11.96 | 20.33 | - |
| YUV | 95.45 | 144.12 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 124 | 0 | 0.65 | 0.23 | 0.36 | 321.51 | 0.49 | 0.43 |
| Hex | A2 | 38 | 7C | 0 | 41 | 17 | 24 | 142 | 31 | 2B |
| Octal | 242 | 70 | 174 | 0 | 101 | 27 | 44 | 502 | 61 | 53 |
| Binary | 10100010 | 111000 | 1111100 | 0 | 1000001 | 10111 | 100100 | 101000010 | 110001 | 101011 |
Color Harmonies of #A2387C
Complementary color
Monochromatic Colors of #A2387C
Black with #A2387C
Text Example
Text Example
White with #A2387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2387C; }
p { color: rgb(162,56,124); }
H1.HeaderClassName
{
color: #A2387C;
}
.AnyTagClassName
{
color: #A2387C;
}
</style>
background-color css
<style>
a { background-color: #A2387C; }
a { background-color: rgb(162,56,124); }
div.DivClassName
{
background-color: #A2387C;
}
.BgClassName
{
background-color: #A2387C;
}
</style>
border-color css
<style>
span { border-color: #A2387C; }
span { border-color: rgb(162,56,124); }
td.TdClassName
{
border-color: #A2387C;
}
.TagClassName
{
border-color: #A2387C;
}
</style>