Shades of Vin Rouge #A1516E
Tints of Vin Rouge #A1516E
RGB
CMYK
RGB Variations
Color information
#A1516E (or 0xA1516E) is known color: Vin Rouge. HEX triplet: A1, 51 and 6E. RGB value is (161,81,110). Sum of RGB (Red+Green+Blue) = 161+81+110=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A1516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1516E is #5EAE91. Grayscale: #6C6C6C. Windows color (decimal): -6205074 or 7229857. OLE color: 7229857.
HSL color Cylindrical-coordinate representation of color #A1516E: hue angle of 338.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1516E is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 81 | 110 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.37 |
| HSL | 338.25º | 0.33% | 0.47% | - |
| HSV(B) | 338.25º | 0.5% | 0.63% | - |
| XYZ | 20.45 | 14.59 | 16.49 | - |
| YUV | 108.23 | 129 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 110 | 0 | 0.50 | 0.32 | 0.37 | 338.25 | 0.33 | 0.47 |
| Hex | A1 | 51 | 6E | 0 | 32 | 20 | 25 | 152 | 21 | 2F |
| Octal | 241 | 121 | 156 | 0 | 62 | 40 | 45 | 522 | 41 | 57 |
| Binary | 10100001 | 1010001 | 1101110 | 0 | 110010 | 100000 | 100101 | 101010010 | 100001 | 101111 |
Color Harmonies of #A1516E
Complementary color
Monochromatic Colors of #A1516E
Black with #A1516E
Text Example
Text Example
White with #A1516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1516E; }
p { color: rgb(161,81,110); }
H1.HeaderClassName
{
color: #A1516E;
}
.AnyTagClassName
{
color: #A1516E;
}
</style>
background-color css
<style>
a { background-color: #A1516E; }
a { background-color: rgb(161,81,110); }
div.DivClassName
{
background-color: #A1516E;
}
.BgClassName
{
background-color: #A1516E;
}
</style>
border-color css
<style>
span { border-color: #A1516E; }
span { border-color: rgb(161,81,110); }
td.TdClassName
{
border-color: #A1516E;
}
.TagClassName
{
border-color: #A1516E;
}
</style>