Shades of Vin Rouge #A0506B
Tints of Vin Rouge #A0506B
RGB
CMYK
RGB Variations
Color information
#A0506B (or 0xA0506B) is known color: Vin Rouge. HEX triplet: A0, 50 and 6B. RGB value is (160,80,107). Sum of RGB (Red+Green+Blue) = 160+80+107=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A0506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0506B is #5FAF94. Grayscale: #6A6A6A. Windows color (decimal): -6270869 or 7032992. OLE color: 7032992.
HSL color Cylindrical-coordinate representation of color #A0506B: hue angle of 339.75º 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 #A0506B is Cyan = 0, Magento = 0.5, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 80 | 107 | - |
| CMYK | 0 | 0.5 | 0.33 | 0.37 |
| HSL | 339.75º | 0.33% | 0.47% | - |
| HSV(B) | 339.75º | 0.5% | 0.63% | - |
| XYZ | 20.02 | 14.27 | 15.61 | - |
| YUV | 107 | 128 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 107 | 0 | 0.5 | 0.33 | 0.37 | 339.75 | 0.33 | 0.47 |
| Hex | A0 | 50 | 6B | 0 | 32 | 21 | 25 | 154 | 21 | 2F |
| Octal | 240 | 120 | 153 | 0 | 62 | 41 | 45 | 524 | 41 | 57 |
| Binary | 10100000 | 1010000 | 1101011 | 0 | 110010 | 100001 | 100101 | 101010100 | 100001 | 101111 |
Color Harmonies of #A0506B
Complementary color
Monochromatic Colors of #A0506B
Black with #A0506B
Text Example
Text Example
White with #A0506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0506B; }
p { color: rgb(160,80,107); }
H1.HeaderClassName
{
color: #A0506B;
}
.AnyTagClassName
{
color: #A0506B;
}
</style>
background-color css
<style>
a { background-color: #A0506B; }
a { background-color: rgb(160,80,107); }
div.DivClassName
{
background-color: #A0506B;
}
.BgClassName
{
background-color: #A0506B;
}
</style>
border-color css
<style>
span { border-color: #A0506B; }
span { border-color: rgb(160,80,107); }
td.TdClassName
{
border-color: #A0506B;
}
.TagClassName
{
border-color: #A0506B;
}
</style>