Shades of Medium Red Violet #A1287D
Tints of Medium Red Violet #A1287D
RGB
CMYK
RGB Variations
Color information
#A1287D (or 0xA1287D) is known color: Medium Red Violet. HEX triplet: A1, 28 and 7D. RGB value is (161,40,125). Sum of RGB (Red+Green+Blue) = 161+40+125=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A1287D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1287D is #5ED782. Grayscale: #555555. Windows color (decimal): -6215555 or 8202401. OLE color: 8202401.
HSL color Cylindrical-coordinate representation of color #A1287D: hue angle of 317.85º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1287D is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 40 | 125 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.37 |
| HSL | 317.85º | 0.6% | 0.39% | - |
| HSV(B) | 317.85º | 0.75% | 0.63% | - |
| XYZ | 19.16 | 10.58 | 20.43 | - |
| YUV | 85.87 | 150.09 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 125 | 0 | 0.75 | 0.22 | 0.37 | 317.85 | 0.6 | 0.39 |
| Hex | A1 | 28 | 7D | 0 | 4B | 16 | 25 | 13E | 3C | 27 |
| Octal | 241 | 50 | 175 | 0 | 113 | 26 | 45 | 476 | 74 | 47 |
| Binary | 10100001 | 101000 | 1111101 | 0 | 1001011 | 10110 | 100101 | 100111110 | 111100 | 100111 |
Color Harmonies of #A1287D
Complementary color
Monochromatic Colors of #A1287D
Black with #A1287D
Text Example
Text Example
White with #A1287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1287D; }
p { color: rgb(161,40,125); }
H1.HeaderClassName
{
color: #A1287D;
}
.AnyTagClassName
{
color: #A1287D;
}
</style>
background-color css
<style>
a { background-color: #A1287D; }
a { background-color: rgb(161,40,125); }
div.DivClassName
{
background-color: #A1287D;
}
.BgClassName
{
background-color: #A1287D;
}
</style>
border-color css
<style>
span { border-color: #A1287D; }
span { border-color: rgb(161,40,125); }
td.TdClassName
{
border-color: #A1287D;
}
.TagClassName
{
border-color: #A1287D;
}
</style>