Shades of Vin Rouge #A0566B
Tints of Vin Rouge #A0566B
RGB
CMYK
RGB Variations
Color information
#A0566B (or 0xA0566B) is known color: Vin Rouge. HEX triplet: A0, 56 and 6B. RGB value is (160,86,107). Sum of RGB (Red+Green+Blue) = 160+86+107=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A0566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0566B is #5FA994. Grayscale: #6E6E6E. Windows color (decimal): -6269333 or 7034528. OLE color: 7034528.
HSL color Cylindrical-coordinate representation of color #A0566B: hue angle of 342.97º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0566B is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 86 | 107 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.37 |
| HSL | 342.97º | 0.3% | 0.48% | - |
| HSV(B) | 342.97º | 0.46% | 0.63% | - |
| XYZ | 20.48 | 15.19 | 15.76 | - |
| YUV | 110.52 | 126.02 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 107 | 0 | 0.46 | 0.33 | 0.37 | 342.97 | 0.3 | 0.48 |
| Hex | A0 | 56 | 6B | 0 | 2E | 21 | 25 | 157 | 1E | 30 |
| Octal | 240 | 126 | 153 | 0 | 56 | 41 | 45 | 527 | 36 | 60 |
| Binary | 10100000 | 1010110 | 1101011 | 0 | 101110 | 100001 | 100101 | 101010111 | 11110 | 110000 |
Color Harmonies of #A0566B
Complementary color
Monochromatic Colors of #A0566B
Black with #A0566B
Text Example
Text Example
White with #A0566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0566B; }
p { color: rgb(160,86,107); }
H1.HeaderClassName
{
color: #A0566B;
}
.AnyTagClassName
{
color: #A0566B;
}
</style>
background-color css
<style>
a { background-color: #A0566B; }
a { background-color: rgb(160,86,107); }
div.DivClassName
{
background-color: #A0566B;
}
.BgClassName
{
background-color: #A0566B;
}
</style>
border-color css
<style>
span { border-color: #A0566B; }
span { border-color: rgb(160,86,107); }
td.TdClassName
{
border-color: #A0566B;
}
.TagClassName
{
border-color: #A0566B;
}
</style>