Shades of Vin Rouge #A0526E
Tints of Vin Rouge #A0526E
RGB
CMYK
RGB Variations
Color information
#A0526E (or 0xA0526E) is known color: Vin Rouge. HEX triplet: A0, 52 and 6E. RGB value is (160,82,110). Sum of RGB (Red+Green+Blue) = 160+82+110=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A0526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0526E is #5FAD91. Grayscale: #6C6C6C. Windows color (decimal): -6270354 or 7230112. OLE color: 7230112.
HSL color Cylindrical-coordinate representation of color #A0526E: hue angle of 338.46º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0526E is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 82 | 110 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.37 |
| HSL | 338.46º | 0.32% | 0.47% | - |
| HSV(B) | 338.46º | 0.49% | 0.63% | - |
| XYZ | 20.33 | 14.63 | 16.51 | - |
| YUV | 108.51 | 128.84 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 110 | 0 | 0.49 | 0.31 | 0.37 | 338.46 | 0.32 | 0.47 |
| Hex | A0 | 52 | 6E | 0 | 31 | 1F | 25 | 152 | 20 | 2F |
| Octal | 240 | 122 | 156 | 0 | 61 | 37 | 45 | 522 | 40 | 57 |
| Binary | 10100000 | 1010010 | 1101110 | 0 | 110001 | 11111 | 100101 | 101010010 | 100000 | 101111 |
Color Harmonies of #A0526E
Complementary color
Monochromatic Colors of #A0526E
Black with #A0526E
Text Example
Text Example
White with #A0526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0526E; }
p { color: rgb(160,82,110); }
H1.HeaderClassName
{
color: #A0526E;
}
.AnyTagClassName
{
color: #A0526E;
}
</style>
background-color css
<style>
a { background-color: #A0526E; }
a { background-color: rgb(160,82,110); }
div.DivClassName
{
background-color: #A0526E;
}
.BgClassName
{
background-color: #A0526E;
}
</style>
border-color css
<style>
span { border-color: #A0526E; }
span { border-color: rgb(160,82,110); }
td.TdClassName
{
border-color: #A0526E;
}
.TagClassName
{
border-color: #A0526E;
}
</style>