Shades of Rouge #AB496A
Tints of Rouge #AB496A
RGB
CMYK
RGB Variations
Color information
#AB496A (or 0xAB496A) is known color: Rouge. HEX triplet: AB, 49 and 6A. RGB value is (171,73,106). Sum of RGB (Red+Green+Blue) = 171+73+106=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB496A is #54B695. Grayscale: #6A6A6A. Windows color (decimal): -5551766 or 6965675. OLE color: 6965675.
HSL color Cylindrical-coordinate representation of color #AB496A: hue angle of 339.8º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB496A is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 73 | 106 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.33 |
| HSL | 339.8º | 0.4% | 0.48% | - |
| HSV(B) | 339.8º | 0.57% | 0.67% | - |
| XYZ | 21.78 | 14.46 | 15.28 | - |
| YUV | 106.06 | 127.97 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 106 | 0 | 0.57 | 0.38 | 0.33 | 339.8 | 0.4 | 0.48 |
| Hex | AB | 49 | 6A | 0 | 39 | 26 | 21 | 154 | 28 | 30 |
| Octal | 253 | 111 | 152 | 0 | 71 | 46 | 41 | 524 | 50 | 60 |
| Binary | 10101011 | 1001001 | 1101010 | 0 | 111001 | 100110 | 100001 | 101010100 | 101000 | 110000 |
Color Harmonies of #AB496A
Complementary color
Monochromatic Colors of #AB496A
Black with #AB496A
Text Example
Text Example
White with #AB496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB496A; }
p { color: rgb(171,73,106); }
H1.HeaderClassName
{
color: #AB496A;
}
.AnyTagClassName
{
color: #AB496A;
}
</style>
background-color css
<style>
a { background-color: #AB496A; }
a { background-color: rgb(171,73,106); }
div.DivClassName
{
background-color: #AB496A;
}
.BgClassName
{
background-color: #AB496A;
}
</style>
border-color css
<style>
span { border-color: #AB496A; }
span { border-color: rgb(171,73,106); }
td.TdClassName
{
border-color: #AB496A;
}
.TagClassName
{
border-color: #AB496A;
}
</style>