Shades of Rouge #A1306B
Tints of Rouge #A1306B
RGB
CMYK
RGB Variations
Color information
#A1306B (or 0xA1306B) is known color: Rouge. HEX triplet: A1, 30 and 6B. RGB value is (161,48,107). Sum of RGB (Red+Green+Blue) = 161+48+107=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A1306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1306B is #5ECF94. Grayscale: #585858. Windows color (decimal): -6213525 or 7024801. OLE color: 7024801.
HSL color Cylindrical-coordinate representation of color #A1306B: hue angle of 328.67º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1306B is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 48 | 107 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.37 |
| HSL | 328.67º | 0.54% | 0.41% | - |
| HSV(B) | 328.67º | 0.7% | 0.63% | - |
| XYZ | 18.41 | 10.75 | 15.02 | - |
| YUV | 88.51 | 138.44 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 107 | 0 | 0.70 | 0.34 | 0.37 | 328.67 | 0.54 | 0.41 |
| Hex | A1 | 30 | 6B | 0 | 46 | 22 | 25 | 149 | 36 | 29 |
| Octal | 241 | 60 | 153 | 0 | 106 | 42 | 45 | 511 | 66 | 51 |
| Binary | 10100001 | 110000 | 1101011 | 0 | 1000110 | 100010 | 100101 | 101001001 | 110110 | 101001 |
Color Harmonies of #A1306B
Complementary color
Monochromatic Colors of #A1306B
Black with #A1306B
Text Example
Text Example
White with #A1306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1306B; }
p { color: rgb(161,48,107); }
H1.HeaderClassName
{
color: #A1306B;
}
.AnyTagClassName
{
color: #A1306B;
}
</style>
background-color css
<style>
a { background-color: #A1306B; }
a { background-color: rgb(161,48,107); }
div.DivClassName
{
background-color: #A1306B;
}
.BgClassName
{
background-color: #A1306B;
}
</style>
border-color css
<style>
span { border-color: #A1306B; }
span { border-color: rgb(161,48,107); }
td.TdClassName
{
border-color: #A1306B;
}
.TagClassName
{
border-color: #A1306B;
}
</style>