Shades of Rouge #A12A70
Tints of Rouge #A12A70
RGB
CMYK
RGB Variations
Color information
#A12A70 (or 0xA12A70) is known color: Rouge. HEX triplet: A1, 2A and 70. RGB value is (161,42,112). Sum of RGB (Red+Green+Blue) = 161+42+112=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12A70 is #5ED58F. Grayscale: #555555. Windows color (decimal): -6215056 or 7350945. OLE color: 7350945.
HSL color Cylindrical-coordinate representation of color #A12A70: hue angle of 324.71º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A12A70 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 42 | 112 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.37 |
| HSL | 324.71º | 0.59% | 0.4% | - |
| HSV(B) | 324.71º | 0.74% | 0.63% | - |
| XYZ | 18.45 | 10.4 | 16.36 | - |
| YUV | 85.56 | 142.92 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 42 | 112 | 0 | 0.74 | 0.30 | 0.37 | 324.71 | 0.59 | 0.4 |
| Hex | A1 | 2A | 70 | 0 | 4A | 1E | 25 | 145 | 3B | 28 |
| Octal | 241 | 52 | 160 | 0 | 112 | 36 | 45 | 505 | 73 | 50 |
| Binary | 10100001 | 101010 | 1110000 | 0 | 1001010 | 11110 | 100101 | 101000101 | 111011 | 101000 |
Color Harmonies of #A12A70
Complementary color
Monochromatic Colors of #A12A70
Black with #A12A70
Text Example
Text Example
White with #A12A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12A70; }
p { color: rgb(161,42,112); }
H1.HeaderClassName
{
color: #A12A70;
}
.AnyTagClassName
{
color: #A12A70;
}
</style>
background-color css
<style>
a { background-color: #A12A70; }
a { background-color: rgb(161,42,112); }
div.DivClassName
{
background-color: #A12A70;
}
.BgClassName
{
background-color: #A12A70;
}
</style>
border-color css
<style>
span { border-color: #A12A70; }
span { border-color: rgb(161,42,112); }
td.TdClassName
{
border-color: #A12A70;
}
.TagClassName
{
border-color: #A12A70;
}
</style>