Shades of Rouge #A14168
Tints of Rouge #A14168
RGB
CMYK
RGB Variations
Color information
#A14168 (or 0xA14168) is known color: Rouge. HEX triplet: A1, 41 and 68. RGB value is (161,65,104). Sum of RGB (Red+Green+Blue) = 161+65+104=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A14168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14168 is #5EBE97. Grayscale: #626262. Windows color (decimal): -6209176 or 6832545. OLE color: 6832545.
HSL color Cylindrical-coordinate representation of color #A14168: hue angle of 335.62º 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 #A14168 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 65 | 104 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.37 |
| HSL | 335.63º | 0.42% | 0.44% | - |
| HSV(B) | 335.63º | 0.6% | 0.63% | - |
| XYZ | 19.09 | 12.36 | 14.48 | - |
| YUV | 98.15 | 131.3 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 104 | 0 | 0.60 | 0.35 | 0.37 | 335.63 | 0.42 | 0.44 |
| Hex | A1 | 41 | 68 | 0 | 3C | 23 | 25 | 150 | 2A | 2C |
| Octal | 241 | 101 | 150 | 0 | 74 | 43 | 45 | 520 | 52 | 54 |
| Binary | 10100001 | 1000001 | 1101000 | 0 | 111100 | 100011 | 100101 | 101010000 | 101010 | 101100 |
Color Harmonies of #A14168
Complementary color
Monochromatic Colors of #A14168
Black with #A14168
Text Example
Text Example
White with #A14168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14168; }
p { color: rgb(161,65,104); }
H1.HeaderClassName
{
color: #A14168;
}
.AnyTagClassName
{
color: #A14168;
}
</style>
background-color css
<style>
a { background-color: #A14168; }
a { background-color: rgb(161,65,104); }
div.DivClassName
{
background-color: #A14168;
}
.BgClassName
{
background-color: #A14168;
}
</style>
border-color css
<style>
span { border-color: #A14168; }
span { border-color: rgb(161,65,104); }
td.TdClassName
{
border-color: #A14168;
}
.TagClassName
{
border-color: #A14168;
}
</style>