Shades of Vin Rouge #A0556B
Tints of Vin Rouge #A0556B
RGB
CMYK
RGB Variations
Color information
#A0556B (or 0xA0556B) is known color: Vin Rouge. HEX triplet: A0, 55 and 6B. RGB value is (160,85,107). Sum of RGB (Red+Green+Blue) = 160+85+107=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A0556B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0556B is #5FAA94. Grayscale: #6D6D6D. Windows color (decimal): -6269589 or 7034272. OLE color: 7034272.
HSL color Cylindrical-coordinate representation of color #A0556B: hue angle of 342.4º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0556B is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 85 | 107 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.37 |
| HSL | 342.4º | 0.31% | 0.48% | - |
| HSV(B) | 342.4º | 0.47% | 0.63% | - |
| XYZ | 20.4 | 15.03 | 15.74 | - |
| YUV | 109.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 85 | 107 | 0 | 0.47 | 0.33 | 0.37 | 342.4 | 0.31 | 0.48 |
| Hex | A0 | 55 | 6B | 0 | 2F | 21 | 25 | 156 | 1F | 30 |
| Octal | 240 | 125 | 153 | 0 | 57 | 41 | 45 | 526 | 37 | 60 |
| Binary | 10100000 | 1010101 | 1101011 | 0 | 101111 | 100001 | 100101 | 101010110 | 11111 | 110000 |
Color Harmonies of #A0556B
Complementary color
Monochromatic Colors of #A0556B
Black with #A0556B
Text Example
Text Example
White with #A0556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0556B; }
p { color: rgb(160,85,107); }
H1.HeaderClassName
{
color: #A0556B;
}
.AnyTagClassName
{
color: #A0556B;
}
</style>
background-color css
<style>
a { background-color: #A0556B; }
a { background-color: rgb(160,85,107); }
div.DivClassName
{
background-color: #A0556B;
}
.BgClassName
{
background-color: #A0556B;
}
</style>
border-color css
<style>
span { border-color: #A0556B; }
span { border-color: rgb(160,85,107); }
td.TdClassName
{
border-color: #A0556B;
}
.TagClassName
{
border-color: #A0556B;
}
</style>