Shades of Medium Red Violet #A2287F
Tints of Medium Red Violet #A2287F
RGB
CMYK
RGB Variations
Color information
#A2287F (or 0xA2287F) is known color: Medium Red Violet. HEX triplet: A2, 28 and 7F. RGB value is (162,40,127). Sum of RGB (Red+Green+Blue) = 162+40+127=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A2287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2287F is #5DD780. Grayscale: #565656. Windows color (decimal): -6150017 or 8333474. OLE color: 8333474.
HSL color Cylindrical-coordinate representation of color #A2287F: hue angle of 317.21º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2287F is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 40 | 127 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.36 |
| HSL | 317.21º | 0.6% | 0.4% | - |
| HSV(B) | 317.21º | 0.75% | 0.64% | - |
| XYZ | 19.49 | 10.73 | 21.12 | - |
| YUV | 86.4 | 150.92 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 127 | 0 | 0.75 | 0.22 | 0.36 | 317.21 | 0.6 | 0.4 |
| Hex | A2 | 28 | 7F | 0 | 4B | 16 | 24 | 13D | 3C | 28 |
| Octal | 242 | 50 | 177 | 0 | 113 | 26 | 44 | 475 | 74 | 50 |
| Binary | 10100010 | 101000 | 1111111 | 0 | 1001011 | 10110 | 100100 | 100111101 | 111100 | 101000 |
Color Harmonies of #A2287F
Complementary color
Monochromatic Colors of #A2287F
Black with #A2287F
Text Example
Text Example
White with #A2287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2287F; }
p { color: rgb(162,40,127); }
H1.HeaderClassName
{
color: #A2287F;
}
.AnyTagClassName
{
color: #A2287F;
}
</style>
background-color css
<style>
a { background-color: #A2287F; }
a { background-color: rgb(162,40,127); }
div.DivClassName
{
background-color: #A2287F;
}
.BgClassName
{
background-color: #A2287F;
}
</style>
border-color css
<style>
span { border-color: #A2287F; }
span { border-color: rgb(162,40,127); }
td.TdClassName
{
border-color: #A2287F;
}
.TagClassName
{
border-color: #A2287F;
}
</style>