Shades of Rouge #A1416A
Tints of Rouge #A1416A
RGB
CMYK
RGB Variations
Color information
#A1416A (or 0xA1416A) is known color: Rouge. HEX triplet: A1, 41 and 6A. RGB value is (161,65,106). Sum of RGB (Red+Green+Blue) = 161+65+106=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A1416A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1416A is #5EBE95. Grayscale: #626262. Windows color (decimal): -6209174 or 6963617. OLE color: 6963617.
HSL color Cylindrical-coordinate representation of color #A1416A: hue angle of 334.38º 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 #A1416A is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 65 | 106 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.37 |
| HSL | 334.38º | 0.42% | 0.44% | - |
| HSV(B) | 334.38º | 0.6% | 0.63% | - |
| XYZ | 19.19 | 12.4 | 15.02 | - |
| YUV | 98.38 | 132.3 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 106 | 0 | 0.60 | 0.34 | 0.37 | 334.38 | 0.42 | 0.44 |
| Hex | A1 | 41 | 6A | 0 | 3C | 22 | 25 | 14E | 2A | 2C |
| Octal | 241 | 101 | 152 | 0 | 74 | 42 | 45 | 516 | 52 | 54 |
| Binary | 10100001 | 1000001 | 1101010 | 0 | 111100 | 100010 | 100101 | 101001110 | 101010 | 101100 |
Color Harmonies of #A1416A
Complementary color
Monochromatic Colors of #A1416A
Black with #A1416A
Text Example
Text Example
White with #A1416A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1416A; }
p { color: rgb(161,65,106); }
H1.HeaderClassName
{
color: #A1416A;
}
.AnyTagClassName
{
color: #A1416A;
}
</style>
background-color css
<style>
a { background-color: #A1416A; }
a { background-color: rgb(161,65,106); }
div.DivClassName
{
background-color: #A1416A;
}
.BgClassName
{
background-color: #A1416A;
}
</style>
border-color css
<style>
span { border-color: #A1416A; }
span { border-color: rgb(161,65,106); }
td.TdClassName
{
border-color: #A1416A;
}
.TagClassName
{
border-color: #A1416A;
}
</style>