Shades of Vin Rouge #A2556F
Tints of Vin Rouge #A2556F
RGB
CMYK
RGB Variations
Color information
#A2556F (or 0xA2556F) is known color: Vin Rouge. HEX triplet: A2, 55 and 6F. RGB value is (162,85,111). Sum of RGB (Red+Green+Blue) = 162+85+111=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A2556F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2556F is #5DAA90. Grayscale: #6E6E6E. Windows color (decimal): -6138513 or 7296418. OLE color: 7296418.
HSL color Cylindrical-coordinate representation of color #A2556F: hue angle of 339.74º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2556F is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 85 | 111 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.36 |
| HSL | 339.74º | 0.31% | 0.48% | - |
| HSV(B) | 339.74º | 0.48% | 0.64% | - |
| XYZ | 21.02 | 15.33 | 16.89 | - |
| YUV | 110.99 | 128.01 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 111 | 0 | 0.48 | 0.31 | 0.36 | 339.74 | 0.31 | 0.48 |
| Hex | A2 | 55 | 6F | 0 | 30 | 1F | 24 | 154 | 1F | 30 |
| Octal | 242 | 125 | 157 | 0 | 60 | 37 | 44 | 524 | 37 | 60 |
| Binary | 10100010 | 1010101 | 1101111 | 0 | 110000 | 11111 | 100100 | 101010100 | 11111 | 110000 |
Color Harmonies of #A2556F
Complementary color
Monochromatic Colors of #A2556F
Black with #A2556F
Text Example
Text Example
White with #A2556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2556F; }
p { color: rgb(162,85,111); }
H1.HeaderClassName
{
color: #A2556F;
}
.AnyTagClassName
{
color: #A2556F;
}
</style>
background-color css
<style>
a { background-color: #A2556F; }
a { background-color: rgb(162,85,111); }
div.DivClassName
{
background-color: #A2556F;
}
.BgClassName
{
background-color: #A2556F;
}
</style>
border-color css
<style>
span { border-color: #A2556F; }
span { border-color: rgb(162,85,111); }
td.TdClassName
{
border-color: #A2556F;
}
.TagClassName
{
border-color: #A2556F;
}
</style>