Shades of Medium Red Violet #A1287A
Tints of Medium Red Violet #A1287A
RGB
CMYK
RGB Variations
Color information
#A1287A (or 0xA1287A) is known color: Medium Red Violet. HEX triplet: A1, 28 and 7A. RGB value is (161,40,122). Sum of RGB (Red+Green+Blue) = 161+40+122=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1287A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1287A is #5ED785. Grayscale: #555555. Windows color (decimal): -6215558 or 8005793. OLE color: 8005793.
HSL color Cylindrical-coordinate representation of color #A1287A: hue angle of 319.34º 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 #A1287A is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 40 | 122 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.37 |
| HSL | 319.34º | 0.6% | 0.39% | - |
| HSV(B) | 319.34º | 0.75% | 0.63% | - |
| XYZ | 18.97 | 10.5 | 19.44 | - |
| YUV | 85.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 122 | 0 | 0.75 | 0.24 | 0.37 | 319.34 | 0.6 | 0.39 |
| Hex | A1 | 28 | 7A | 0 | 4B | 18 | 25 | 13F | 3C | 27 |
| Octal | 241 | 50 | 172 | 0 | 113 | 30 | 45 | 477 | 74 | 47 |
| Binary | 10100001 | 101000 | 1111010 | 0 | 1001011 | 11000 | 100101 | 100111111 | 111100 | 100111 |
Color Harmonies of #A1287A
Complementary color
Monochromatic Colors of #A1287A
Black with #A1287A
Text Example
Text Example
White with #A1287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1287A; }
p { color: rgb(161,40,122); }
H1.HeaderClassName
{
color: #A1287A;
}
.AnyTagClassName
{
color: #A1287A;
}
</style>
background-color css
<style>
a { background-color: #A1287A; }
a { background-color: rgb(161,40,122); }
div.DivClassName
{
background-color: #A1287A;
}
.BgClassName
{
background-color: #A1287A;
}
</style>
border-color css
<style>
span { border-color: #A1287A; }
span { border-color: rgb(161,40,122); }
td.TdClassName
{
border-color: #A1287A;
}
.TagClassName
{
border-color: #A1287A;
}
</style>