Shades of Medium Red Violet #A2367C
Tints of Medium Red Violet #A2367C
RGB
CMYK
RGB Variations
Color information
#A2367C (or 0xA2367C) is known color: Medium Red Violet. HEX triplet: A2, 36 and 7C. RGB value is (162,54,124). Sum of RGB (Red+Green+Blue) = 162+54+124=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A2367C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2367C is #5DC983. Grayscale: #5E5E5E. Windows color (decimal): -6146436 or 8140450. OLE color: 8140450.
HSL color Cylindrical-coordinate representation of color #A2367C: hue angle of 321.11º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2367C is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 54 | 124 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.36 |
| HSL | 321.11º | 0.5% | 0.42% | - |
| HSV(B) | 321.11º | 0.67% | 0.64% | - |
| XYZ | 19.86 | 11.77 | 20.29 | - |
| YUV | 94.27 | 144.78 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 124 | 0 | 0.67 | 0.23 | 0.36 | 321.11 | 0.5 | 0.42 |
| Hex | A2 | 36 | 7C | 0 | 43 | 17 | 24 | 141 | 32 | 2A |
| Octal | 242 | 66 | 174 | 0 | 103 | 27 | 44 | 501 | 62 | 52 |
| Binary | 10100010 | 110110 | 1111100 | 0 | 1000011 | 10111 | 100100 | 101000001 | 110010 | 101010 |
Color Harmonies of #A2367C
Complementary color
Monochromatic Colors of #A2367C
Black with #A2367C
Text Example
Text Example
White with #A2367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2367C; }
p { color: rgb(162,54,124); }
H1.HeaderClassName
{
color: #A2367C;
}
.AnyTagClassName
{
color: #A2367C;
}
</style>
background-color css
<style>
a { background-color: #A2367C; }
a { background-color: rgb(162,54,124); }
div.DivClassName
{
background-color: #A2367C;
}
.BgClassName
{
background-color: #A2367C;
}
</style>
border-color css
<style>
span { border-color: #A2367C; }
span { border-color: rgb(162,54,124); }
td.TdClassName
{
border-color: #A2367C;
}
.TagClassName
{
border-color: #A2367C;
}
</style>