Shades of Vin Rouge #A25A6B
Tints of Vin Rouge #A25A6B
RGB
CMYK
RGB Variations
Color information
#A25A6B (or 0xA25A6B) is known color: Vin Rouge. HEX triplet: A2, 5A and 6B. RGB value is (162,90,107). Sum of RGB (Red+Green+Blue) = 162+90+107=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A6B is #5DA594. Grayscale: #717171. Windows color (decimal): -6137237 or 7035554. OLE color: 7035554.
HSL color Cylindrical-coordinate representation of color #A25A6B: hue angle of 345.83º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A25A6B is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 90 | 107 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.36 |
| HSL | 345.83º | 0.29% | 0.49% | - |
| HSV(B) | 345.83º | 0.44% | 0.64% | - |
| XYZ | 21.21 | 16.06 | 15.89 | - |
| YUV | 113.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 107 | 0 | 0.44 | 0.34 | 0.36 | 345.83 | 0.29 | 0.49 |
| Hex | A2 | 5A | 6B | 0 | 2C | 22 | 24 | 15A | 1D | 31 |
| Octal | 242 | 132 | 153 | 0 | 54 | 42 | 44 | 532 | 35 | 61 |
| Binary | 10100010 | 1011010 | 1101011 | 0 | 101100 | 100010 | 100100 | 101011010 | 11101 | 110001 |
Color Harmonies of #A25A6B
Complementary color
Monochromatic Colors of #A25A6B
Black with #A25A6B
Text Example
Text Example
White with #A25A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25A6B; }
p { color: rgb(162,90,107); }
H1.HeaderClassName
{
color: #A25A6B;
}
.AnyTagClassName
{
color: #A25A6B;
}
</style>
background-color css
<style>
a { background-color: #A25A6B; }
a { background-color: rgb(162,90,107); }
div.DivClassName
{
background-color: #A25A6B;
}
.BgClassName
{
background-color: #A25A6B;
}
</style>
border-color css
<style>
span { border-color: #A25A6B; }
span { border-color: rgb(162,90,107); }
td.TdClassName
{
border-color: #A25A6B;
}
.TagClassName
{
border-color: #A25A6B;
}
</style>