Shades of Rouge #A2356B
Tints of Rouge #A2356B
RGB
CMYK
RGB Variations
Color information
#A2356B (or 0xA2356B) is known color: Rouge. HEX triplet: A2, 35 and 6B. RGB value is (162,53,107). Sum of RGB (Red+Green+Blue) = 162+53+107=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2356B is #5DCA94. Grayscale: #5B5B5B. Windows color (decimal): -6146709 or 7026082. OLE color: 7026082.
HSL color Cylindrical-coordinate representation of color #A2356B: hue angle of 330.28º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2356B is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 53 | 107 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.36 |
| HSL | 330.28º | 0.51% | 0.42% | - |
| HSV(B) | 330.28º | 0.67% | 0.64% | - |
| XYZ | 18.83 | 11.29 | 15.1 | - |
| YUV | 91.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 53 | 107 | 0 | 0.67 | 0.34 | 0.36 | 330.28 | 0.51 | 0.42 |
| Hex | A2 | 35 | 6B | 0 | 43 | 22 | 24 | 14A | 33 | 2A |
| Octal | 242 | 65 | 153 | 0 | 103 | 42 | 44 | 512 | 63 | 52 |
| Binary | 10100010 | 110101 | 1101011 | 0 | 1000011 | 100010 | 100100 | 101001010 | 110011 | 101010 |
Color Harmonies of #A2356B
Complementary color
Monochromatic Colors of #A2356B
Black with #A2356B
Text Example
Text Example
White with #A2356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2356B; }
p { color: rgb(162,53,107); }
H1.HeaderClassName
{
color: #A2356B;
}
.AnyTagClassName
{
color: #A2356B;
}
</style>
background-color css
<style>
a { background-color: #A2356B; }
a { background-color: rgb(162,53,107); }
div.DivClassName
{
background-color: #A2356B;
}
.BgClassName
{
background-color: #A2356B;
}
</style>
border-color css
<style>
span { border-color: #A2356B; }
span { border-color: rgb(162,53,107); }
td.TdClassName
{
border-color: #A2356B;
}
.TagClassName
{
border-color: #A2356B;
}
</style>