Shades of Medium Red Violet #A2277D
Tints of Medium Red Violet #A2277D
RGB
CMYK
RGB Variations
Color information
#A2277D (or 0xA2277D) is known color: Medium Red Violet. HEX triplet: A2, 27 and 7D. RGB value is (162,39,125). Sum of RGB (Red+Green+Blue) = 162+39+125=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A2277D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2277D is #5DD882. Grayscale: #555555. Windows color (decimal): -6150275 or 8202146. OLE color: 8202146.
HSL color Cylindrical-coordinate representation of color #A2277D: hue angle of 318.05º 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 #A2277D is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 39 | 125 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.36 |
| HSL | 318.05º | 0.61% | 0.39% | - |
| HSV(B) | 318.05º | 0.76% | 0.64% | - |
| XYZ | 19.33 | 10.61 | 20.43 | - |
| YUV | 85.58 | 150.25 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 39 | 125 | 0 | 0.76 | 0.23 | 0.36 | 318.05 | 0.61 | 0.39 |
| Hex | A2 | 27 | 7D | 0 | 4C | 17 | 24 | 13E | 3D | 27 |
| Octal | 242 | 47 | 175 | 0 | 114 | 27 | 44 | 476 | 75 | 47 |
| Binary | 10100010 | 100111 | 1111101 | 0 | 1001100 | 10111 | 100100 | 100111110 | 111101 | 100111 |
Color Harmonies of #A2277D
Complementary color
Monochromatic Colors of #A2277D
Black with #A2277D
Text Example
Text Example
White with #A2277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2277D; }
p { color: rgb(162,39,125); }
H1.HeaderClassName
{
color: #A2277D;
}
.AnyTagClassName
{
color: #A2277D;
}
</style>
background-color css
<style>
a { background-color: #A2277D; }
a { background-color: rgb(162,39,125); }
div.DivClassName
{
background-color: #A2277D;
}
.BgClassName
{
background-color: #A2277D;
}
</style>
border-color css
<style>
span { border-color: #A2277D; }
span { border-color: rgb(162,39,125); }
td.TdClassName
{
border-color: #A2277D;
}
.TagClassName
{
border-color: #A2277D;
}
</style>