Shades of Rouge #AB3770
Tints of Rouge #AB3770
RGB
CMYK
RGB Variations
Color information
#AB3770 (or 0xAB3770) is known color: Rouge. HEX triplet: AB, 37 and 70. RGB value is (171,55,112). Sum of RGB (Red+Green+Blue) = 171+55+112=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3770 is #54C88F. Grayscale: #606060. Windows color (decimal): -5556368 or 7354283. OLE color: 7354283.
HSL color Cylindrical-coordinate representation of color #AB3770: hue angle of 330.52º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3770 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 112 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.33 |
| HSL | 330.52º | 0.51% | 0.44% | - |
| HSV(B) | 330.52º | 0.68% | 0.67% | - |
| XYZ | 21.09 | 12.56 | 16.64 | - |
| YUV | 96.18 | 136.93 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 112 | 0 | 0.68 | 0.35 | 0.33 | 330.52 | 0.51 | 0.44 |
| Hex | AB | 37 | 70 | 0 | 44 | 23 | 21 | 14B | 33 | 2C |
| Octal | 253 | 67 | 160 | 0 | 104 | 43 | 41 | 513 | 63 | 54 |
| Binary | 10101011 | 110111 | 1110000 | 0 | 1000100 | 100011 | 100001 | 101001011 | 110011 | 101100 |
Color Harmonies of #AB3770
Complementary color
Monochromatic Colors of #AB3770
Black with #AB3770
Text Example
Text Example
White with #AB3770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3770; }
p { color: rgb(171,55,112); }
H1.HeaderClassName
{
color: #AB3770;
}
.AnyTagClassName
{
color: #AB3770;
}
</style>
background-color css
<style>
a { background-color: #AB3770; }
a { background-color: rgb(171,55,112); }
div.DivClassName
{
background-color: #AB3770;
}
.BgClassName
{
background-color: #AB3770;
}
</style>
border-color css
<style>
span { border-color: #AB3770; }
span { border-color: rgb(171,55,112); }
td.TdClassName
{
border-color: #AB3770;
}
.TagClassName
{
border-color: #AB3770;
}
</style>