Shades of Vin Rouge #A25B6B
Tints of Vin Rouge #A25B6B
RGB
CMYK
RGB Variations
Color information
#A25B6B (or 0xA25B6B) is known color: Vin Rouge. HEX triplet: A2, 5B and 6B. RGB value is (162,91,107). Sum of RGB (Red+Green+Blue) = 162+91+107=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25B6B is #5DA494. Grayscale: #727272. Windows color (decimal): -6136981 or 7035810. OLE color: 7035810.
HSL color Cylindrical-coordinate representation of color #A25B6B: hue angle of 346.48º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A25B6B is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 91 | 107 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.36 |
| HSL | 346.48º | 0.28% | 0.5% | - |
| HSV(B) | 346.48º | 0.44% | 0.64% | - |
| XYZ | 21.3 | 16.23 | 15.92 | - |
| YUV | 114.05 | 124.02 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 107 | 0 | 0.44 | 0.34 | 0.36 | 346.48 | 0.28 | 0.5 |
| Hex | A2 | 5B | 6B | 0 | 2C | 22 | 24 | 15A | 1C | 32 |
| Octal | 242 | 133 | 153 | 0 | 54 | 42 | 44 | 532 | 34 | 62 |
| Binary | 10100010 | 1011011 | 1101011 | 0 | 101100 | 100010 | 100100 | 101011010 | 11100 | 110010 |
Color Harmonies of #A25B6B
Complementary color
Monochromatic Colors of #A25B6B
Black with #A25B6B
Text Example
Text Example
White with #A25B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25B6B; }
p { color: rgb(162,91,107); }
H1.HeaderClassName
{
color: #A25B6B;
}
.AnyTagClassName
{
color: #A25B6B;
}
</style>
background-color css
<style>
a { background-color: #A25B6B; }
a { background-color: rgb(162,91,107); }
div.DivClassName
{
background-color: #A25B6B;
}
.BgClassName
{
background-color: #A25B6B;
}
</style>
border-color css
<style>
span { border-color: #A25B6B; }
span { border-color: rgb(162,91,107); }
td.TdClassName
{
border-color: #A25B6B;
}
.TagClassName
{
border-color: #A25B6B;
}
</style>