Shades of Vin Rouge #A3506E
Tints of Vin Rouge #A3506E
RGB
CMYK
RGB Variations
Color information
#A3506E (or 0xA3506E) is known color: Vin Rouge. HEX triplet: A3, 50 and 6E. RGB value is (163,80,110). Sum of RGB (Red+Green+Blue) = 163+80+110=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A3506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3506E is #5CAF91. Grayscale: #6C6C6C. Windows color (decimal): -6074258 or 7229603. OLE color: 7229603.
HSL color Cylindrical-coordinate representation of color #A3506E: hue angle of 338.31º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3506E is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 80 | 110 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.36 |
| HSL | 338.31º | 0.34% | 0.48% | - |
| HSV(B) | 338.31º | 0.51% | 0.64% | - |
| XYZ | 20.79 | 14.65 | 16.48 | - |
| YUV | 108.24 | 129 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 110 | 0 | 0.51 | 0.33 | 0.36 | 338.31 | 0.34 | 0.48 |
| Hex | A3 | 50 | 6E | 0 | 33 | 21 | 24 | 152 | 22 | 30 |
| Octal | 243 | 120 | 156 | 0 | 63 | 41 | 44 | 522 | 42 | 60 |
| Binary | 10100011 | 1010000 | 1101110 | 0 | 110011 | 100001 | 100100 | 101010010 | 100010 | 110000 |
Color Harmonies of #A3506E
Complementary color
Monochromatic Colors of #A3506E
Black with #A3506E
Text Example
Text Example
White with #A3506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3506E; }
p { color: rgb(163,80,110); }
H1.HeaderClassName
{
color: #A3506E;
}
.AnyTagClassName
{
color: #A3506E;
}
</style>
background-color css
<style>
a { background-color: #A3506E; }
a { background-color: rgb(163,80,110); }
div.DivClassName
{
background-color: #A3506E;
}
.BgClassName
{
background-color: #A3506E;
}
</style>
border-color css
<style>
span { border-color: #A3506E; }
span { border-color: rgb(163,80,110); }
td.TdClassName
{
border-color: #A3506E;
}
.TagClassName
{
border-color: #A3506E;
}
</style>