Shades of Rouge #AB3B5E
Tints of Rouge #AB3B5E
RGB
CMYK
RGB Variations
Color information
#AB3B5E (or 0xAB3B5E) is known color: Rouge. HEX triplet: AB, 3B and 5E. RGB value is (171,59,94). Sum of RGB (Red+Green+Blue) = 171+59+94=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3B5E is #54C4A1. Grayscale: #606060. Windows color (decimal): -5555362 or 6175659. OLE color: 6175659.
HSL color Cylindrical-coordinate representation of color #AB3B5E: hue angle of 341.25º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3B5E is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 59 | 94 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.33 |
| HSL | 341.25º | 0.49% | 0.45% | - |
| HSV(B) | 341.25º | 0.65% | 0.67% | - |
| XYZ | 20.38 | 12.59 | 11.95 | - |
| YUV | 96.48 | 126.61 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 94 | 0 | 0.65 | 0.45 | 0.33 | 341.25 | 0.49 | 0.45 |
| Hex | AB | 3B | 5E | 0 | 41 | 2D | 21 | 155 | 31 | 2D |
| Octal | 253 | 73 | 136 | 0 | 101 | 55 | 41 | 525 | 61 | 55 |
| Binary | 10101011 | 111011 | 1011110 | 0 | 1000001 | 101101 | 100001 | 101010101 | 110001 | 101101 |
Color Harmonies of #AB3B5E
Complementary color
Monochromatic Colors of #AB3B5E
Black with #AB3B5E
Text Example
Text Example
White with #AB3B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3B5E; }
p { color: rgb(171,59,94); }
H1.HeaderClassName
{
color: #AB3B5E;
}
.AnyTagClassName
{
color: #AB3B5E;
}
</style>
background-color css
<style>
a { background-color: #AB3B5E; }
a { background-color: rgb(171,59,94); }
div.DivClassName
{
background-color: #AB3B5E;
}
.BgClassName
{
background-color: #AB3B5E;
}
</style>
border-color css
<style>
span { border-color: #AB3B5E; }
span { border-color: rgb(171,59,94); }
td.TdClassName
{
border-color: #AB3B5E;
}
.TagClassName
{
border-color: #AB3B5E;
}
</style>