Shades of Rouge #AB3774
Tints of Rouge #AB3774
RGB
CMYK
RGB Variations
Color information
#AB3774 (or 0xAB3774) is known color: Rouge. HEX triplet: AB, 37 and 74. RGB value is (171,55,116). Sum of RGB (Red+Green+Blue) = 171+55+116=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3774 is #54C88B. Grayscale: #606060. Windows color (decimal): -5556364 or 7616427. OLE color: 7616427.
HSL color Cylindrical-coordinate representation of color #AB3774: hue angle of 328.45º 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 #AB3774 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 116 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.33 |
| HSL | 328.45º | 0.51% | 0.44% | - |
| HSV(B) | 328.45º | 0.68% | 0.67% | - |
| XYZ | 21.31 | 12.65 | 17.84 | - |
| YUV | 96.64 | 138.93 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 116 | 0 | 0.68 | 0.32 | 0.33 | 328.45 | 0.51 | 0.44 |
| Hex | AB | 37 | 74 | 0 | 44 | 20 | 21 | 148 | 33 | 2C |
| Octal | 253 | 67 | 164 | 0 | 104 | 40 | 41 | 510 | 63 | 54 |
| Binary | 10101011 | 110111 | 1110100 | 0 | 1000100 | 100000 | 100001 | 101001000 | 110011 | 101100 |
Color Harmonies of #AB3774
Complementary color
Monochromatic Colors of #AB3774
Black with #AB3774
Text Example
Text Example
White with #AB3774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3774; }
p { color: rgb(171,55,116); }
H1.HeaderClassName
{
color: #AB3774;
}
.AnyTagClassName
{
color: #AB3774;
}
</style>
background-color css
<style>
a { background-color: #AB3774; }
a { background-color: rgb(171,55,116); }
div.DivClassName
{
background-color: #AB3774;
}
.BgClassName
{
background-color: #AB3774;
}
</style>
border-color css
<style>
span { border-color: #AB3774; }
span { border-color: rgb(171,55,116); }
td.TdClassName
{
border-color: #AB3774;
}
.TagClassName
{
border-color: #AB3774;
}
</style>