Shades of Rouge #A1326B
Tints of Rouge #A1326B
RGB
CMYK
RGB Variations
Color information
#A1326B (or 0xA1326B) is known color: Rouge. HEX triplet: A1, 32 and 6B. RGB value is (161,50,107). Sum of RGB (Red+Green+Blue) = 161+50+107=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A1326B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1326B is #5ECD94. Grayscale: #595959. Windows color (decimal): -6213013 or 7025313. OLE color: 7025313.
HSL color Cylindrical-coordinate representation of color #A1326B: hue angle of 329.19º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1326B is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 50 | 107 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.37 |
| HSL | 329.19º | 0.53% | 0.41% | - |
| HSV(B) | 329.19º | 0.69% | 0.63% | - |
| XYZ | 18.49 | 10.92 | 15.04 | - |
| YUV | 89.69 | 137.77 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 50 | 107 | 0 | 0.69 | 0.34 | 0.37 | 329.19 | 0.53 | 0.41 |
| Hex | A1 | 32 | 6B | 0 | 45 | 22 | 25 | 149 | 35 | 29 |
| Octal | 241 | 62 | 153 | 0 | 105 | 42 | 45 | 511 | 65 | 51 |
| Binary | 10100001 | 110010 | 1101011 | 0 | 1000101 | 100010 | 100101 | 101001001 | 110101 | 101001 |
Color Harmonies of #A1326B
Complementary color
Monochromatic Colors of #A1326B
Black with #A1326B
Text Example
Text Example
White with #A1326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1326B; }
p { color: rgb(161,50,107); }
H1.HeaderClassName
{
color: #A1326B;
}
.AnyTagClassName
{
color: #A1326B;
}
</style>
background-color css
<style>
a { background-color: #A1326B; }
a { background-color: rgb(161,50,107); }
div.DivClassName
{
background-color: #A1326B;
}
.BgClassName
{
background-color: #A1326B;
}
</style>
border-color css
<style>
span { border-color: #A1326B; }
span { border-color: rgb(161,50,107); }
td.TdClassName
{
border-color: #A1326B;
}
.TagClassName
{
border-color: #A1326B;
}
</style>