Shades of Rouge #A14175
Tints of Rouge #A14175
RGB
CMYK
RGB Variations
Color information
#A14175 (or 0xA14175) is known color: Rouge. HEX triplet: A1, 41 and 75. RGB value is (161,65,117). Sum of RGB (Red+Green+Blue) = 161+65+117=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A14175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14175 is #5EBE8A. Grayscale: #636363. Windows color (decimal): -6209163 or 7684513. OLE color: 7684513.
HSL color Cylindrical-coordinate representation of color #A14175: hue angle of 327.5º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14175 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 65 | 117 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.37 |
| HSL | 327.5º | 0.42% | 0.44% | - |
| HSV(B) | 327.5º | 0.6% | 0.63% | - |
| XYZ | 19.8 | 12.64 | 18.23 | - |
| YUV | 99.63 | 137.8 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 117 | 0 | 0.60 | 0.27 | 0.37 | 327.5 | 0.42 | 0.44 |
| Hex | A1 | 41 | 75 | 0 | 3C | 1B | 25 | 148 | 2A | 2C |
| Octal | 241 | 101 | 165 | 0 | 74 | 33 | 45 | 510 | 52 | 54 |
| Binary | 10100001 | 1000001 | 1110101 | 0 | 111100 | 11011 | 100101 | 101001000 | 101010 | 101100 |
Color Harmonies of #A14175
Complementary color
Monochromatic Colors of #A14175
Black with #A14175
Text Example
Text Example
White with #A14175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14175; }
p { color: rgb(161,65,117); }
H1.HeaderClassName
{
color: #A14175;
}
.AnyTagClassName
{
color: #A14175;
}
</style>
background-color css
<style>
a { background-color: #A14175; }
a { background-color: rgb(161,65,117); }
div.DivClassName
{
background-color: #A14175;
}
.BgClassName
{
background-color: #A14175;
}
</style>
border-color css
<style>
span { border-color: #A14175; }
span { border-color: rgb(161,65,117); }
td.TdClassName
{
border-color: #A14175;
}
.TagClassName
{
border-color: #A14175;
}
</style>