Shades of Medium Red Violet #A2278F
Tints of Medium Red Violet #A2278F
RGB
CMYK
RGB Variations
Color information
#A2278F (or 0xA2278F) is known color: Medium Red Violet. HEX triplet: A2, 27 and 8F. RGB value is (162,39,143). Sum of RGB (Red+Green+Blue) = 162+39+143=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A2278F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2278F is #5DD870. Grayscale: #575757. Windows color (decimal): -6150257 or 9381794. OLE color: 9381794.
HSL color Cylindrical-coordinate representation of color #A2278F: hue angle of 309.27º 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 #A2278F is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 39 | 143 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.36 |
| HSL | 309.27º | 0.61% | 0.39% | - |
| HSV(B) | 309.27º | 0.76% | 0.64% | - |
| XYZ | 20.58 | 11.12 | 27.05 | - |
| YUV | 87.63 | 159.25 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 39 | 143 | 0 | 0.76 | 0.12 | 0.36 | 309.27 | 0.61 | 0.39 |
| Hex | A2 | 27 | 8F | 0 | 4C | C | 24 | 135 | 3D | 27 |
| Octal | 242 | 47 | 217 | 0 | 114 | 14 | 44 | 465 | 75 | 47 |
| Binary | 10100010 | 100111 | 10001111 | 0 | 1001100 | 1100 | 100100 | 100110101 | 111101 | 100111 |
Color Harmonies of #A2278F
Complementary color
Monochromatic Colors of #A2278F
Black with #A2278F
Text Example
Text Example
White with #A2278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2278F; }
p { color: rgb(162,39,143); }
H1.HeaderClassName
{
color: #A2278F;
}
.AnyTagClassName
{
color: #A2278F;
}
</style>
background-color css
<style>
a { background-color: #A2278F; }
a { background-color: rgb(162,39,143); }
div.DivClassName
{
background-color: #A2278F;
}
.BgClassName
{
background-color: #A2278F;
}
</style>
border-color css
<style>
span { border-color: #A2278F; }
span { border-color: rgb(162,39,143); }
td.TdClassName
{
border-color: #A2278F;
}
.TagClassName
{
border-color: #A2278F;
}
</style>