Shades of Rouge #A13E66
Tints of Rouge #A13E66
RGB
CMYK
RGB Variations
Color information
#A13E66 (or 0xA13E66) is known color: Rouge. HEX triplet: A1, 3E and 66. RGB value is (161,62,102). Sum of RGB (Red+Green+Blue) = 161+62+102=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13E66 is #5EC199. Grayscale: #606060. Windows color (decimal): -6209946 or 6700705. OLE color: 6700705.
HSL color Cylindrical-coordinate representation of color #A13E66: hue angle of 335.76º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A13E66 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 62 | 102 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.37 |
| HSL | 335.76º | 0.44% | 0.44% | - |
| HSV(B) | 335.76º | 0.61% | 0.63% | - |
| XYZ | 18.82 | 11.98 | 13.89 | - |
| YUV | 96.16 | 131.3 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 62 | 102 | 0 | 0.61 | 0.37 | 0.37 | 335.76 | 0.44 | 0.44 |
| Hex | A1 | 3E | 66 | 0 | 3D | 25 | 25 | 150 | 2C | 2C |
| Octal | 241 | 76 | 146 | 0 | 75 | 45 | 45 | 520 | 54 | 54 |
| Binary | 10100001 | 111110 | 1100110 | 0 | 111101 | 100101 | 100101 | 101010000 | 101100 | 101100 |
Color Harmonies of #A13E66
Complementary color
Monochromatic Colors of #A13E66
Black with #A13E66
Text Example
Text Example
White with #A13E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13E66; }
p { color: rgb(161,62,102); }
H1.HeaderClassName
{
color: #A13E66;
}
.AnyTagClassName
{
color: #A13E66;
}
</style>
background-color css
<style>
a { background-color: #A13E66; }
a { background-color: rgb(161,62,102); }
div.DivClassName
{
background-color: #A13E66;
}
.BgClassName
{
background-color: #A13E66;
}
</style>
border-color css
<style>
span { border-color: #A13E66; }
span { border-color: rgb(161,62,102); }
td.TdClassName
{
border-color: #A13E66;
}
.TagClassName
{
border-color: #A13E66;
}
</style>