Shades of Medium Red Violet #A2278C
Tints of Medium Red Violet #A2278C
RGB
CMYK
RGB Variations
Color information
#A2278C (or 0xA2278C) is known color: Medium Red Violet. HEX triplet: A2, 27 and 8C. RGB value is (162,39,140). Sum of RGB (Red+Green+Blue) = 162+39+140=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A2278C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2278C is #5DD873. Grayscale: #575757. Windows color (decimal): -6150260 or 9185186. OLE color: 9185186.
HSL color Cylindrical-coordinate representation of color #A2278C: hue angle of 310.73º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2278C is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 39 | 140 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.36 |
| HSL | 310.73º | 0.61% | 0.39% | - |
| HSV(B) | 310.73º | 0.76% | 0.64% | - |
| XYZ | 20.36 | 11.03 | 25.87 | - |
| YUV | 87.29 | 157.75 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 39 | 140 | 0 | 0.76 | 0.14 | 0.36 | 310.73 | 0.61 | 0.39 |
| Hex | A2 | 27 | 8C | 0 | 4C | E | 24 | 137 | 3D | 27 |
| Octal | 242 | 47 | 214 | 0 | 114 | 16 | 44 | 467 | 75 | 47 |
| Binary | 10100010 | 100111 | 10001100 | 0 | 1001100 | 1110 | 100100 | 100110111 | 111101 | 100111 |
Color Harmonies of #A2278C
Complementary color
Monochromatic Colors of #A2278C
Black with #A2278C
Text Example
Text Example
White with #A2278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2278C; }
p { color: rgb(162,39,140); }
H1.HeaderClassName
{
color: #A2278C;
}
.AnyTagClassName
{
color: #A2278C;
}
</style>
background-color css
<style>
a { background-color: #A2278C; }
a { background-color: rgb(162,39,140); }
div.DivClassName
{
background-color: #A2278C;
}
.BgClassName
{
background-color: #A2278C;
}
</style>
border-color css
<style>
span { border-color: #A2278C; }
span { border-color: rgb(162,39,140); }
td.TdClassName
{
border-color: #A2278C;
}
.TagClassName
{
border-color: #A2278C;
}
</style>