Shades of Vin Rouge #A55168
Tints of Vin Rouge #A55168
RGB
CMYK
RGB Variations
Color information
#A55168 (or 0xA55168) is known color: Vin Rouge. HEX triplet: A5, 51 and 68. RGB value is (165,81,104). Sum of RGB (Red+Green+Blue) = 165+81+104=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A55168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55168 is #5AAE97. Grayscale: #6C6C6C. Windows color (decimal): -5942936 or 6836645. OLE color: 6836645.
HSL color Cylindrical-coordinate representation of color #A55168: hue angle of 343.57º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A55168 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 81 | 104 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.35 |
| HSL | 343.57º | 0.34% | 0.48% | - |
| HSV(B) | 343.57º | 0.51% | 0.65% | - |
| XYZ | 20.96 | 14.88 | 14.86 | - |
| YUV | 108.74 | 125.33 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 104 | 0 | 0.51 | 0.37 | 0.35 | 343.57 | 0.34 | 0.48 |
| Hex | A5 | 51 | 68 | 0 | 33 | 25 | 23 | 158 | 22 | 30 |
| Octal | 245 | 121 | 150 | 0 | 63 | 45 | 43 | 530 | 42 | 60 |
| Binary | 10100101 | 1010001 | 1101000 | 0 | 110011 | 100101 | 100011 | 101011000 | 100010 | 110000 |
Color Harmonies of #A55168
Complementary color
Monochromatic Colors of #A55168
Black with #A55168
Text Example
Text Example
White with #A55168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55168; }
p { color: rgb(165,81,104); }
H1.HeaderClassName
{
color: #A55168;
}
.AnyTagClassName
{
color: #A55168;
}
</style>
background-color css
<style>
a { background-color: #A55168; }
a { background-color: rgb(165,81,104); }
div.DivClassName
{
background-color: #A55168;
}
.BgClassName
{
background-color: #A55168;
}
</style>
border-color css
<style>
span { border-color: #A55168; }
span { border-color: rgb(165,81,104); }
td.TdClassName
{
border-color: #A55168;
}
.TagClassName
{
border-color: #A55168;
}
</style>