Shades of Rouge #A13266
Tints of Rouge #A13266
RGB
CMYK
RGB Variations
Color information
#A13266 (or 0xA13266) is known color: Rouge. HEX triplet: A1, 32 and 66. RGB value is (161,50,102). Sum of RGB (Red+Green+Blue) = 161+50+102=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A13266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13266 is #5ECD99. Grayscale: #595959. Windows color (decimal): -6213018 or 6697633. OLE color: 6697633.
HSL color Cylindrical-coordinate representation of color #A13266: hue angle of 331.89º 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 #A13266 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 50 | 102 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.37 |
| HSL | 331.89º | 0.53% | 0.41% | - |
| HSV(B) | 331.89º | 0.69% | 0.63% | - |
| XYZ | 18.24 | 10.82 | 13.7 | - |
| YUV | 89.12 | 135.27 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 50 | 102 | 0 | 0.69 | 0.37 | 0.37 | 331.89 | 0.53 | 0.41 |
| Hex | A1 | 32 | 66 | 0 | 45 | 25 | 25 | 14C | 35 | 29 |
| Octal | 241 | 62 | 146 | 0 | 105 | 45 | 45 | 514 | 65 | 51 |
| Binary | 10100001 | 110010 | 1100110 | 0 | 1000101 | 100101 | 100101 | 101001100 | 110101 | 101001 |
Color Harmonies of #A13266
Complementary color
Monochromatic Colors of #A13266
Black with #A13266
Text Example
Text Example
White with #A13266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13266; }
p { color: rgb(161,50,102); }
H1.HeaderClassName
{
color: #A13266;
}
.AnyTagClassName
{
color: #A13266;
}
</style>
background-color css
<style>
a { background-color: #A13266; }
a { background-color: rgb(161,50,102); }
div.DivClassName
{
background-color: #A13266;
}
.BgClassName
{
background-color: #A13266;
}
</style>
border-color css
<style>
span { border-color: #A13266; }
span { border-color: rgb(161,50,102); }
td.TdClassName
{
border-color: #A13266;
}
.TagClassName
{
border-color: #A13266;
}
</style>