Shades of Rouge #AB3E5E
Tints of Rouge #AB3E5E
RGB
CMYK
RGB Variations
Color information
#AB3E5E (or 0xAB3E5E) is known color: Rouge. HEX triplet: AB, 3E and 5E. RGB value is (171,62,94). Sum of RGB (Red+Green+Blue) = 171+62+94=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3E5E is #54C1A1. Grayscale: #626262. Windows color (decimal): -5554594 or 6176427. OLE color: 6176427.
HSL color Cylindrical-coordinate representation of color #AB3E5E: hue angle of 342.39º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB3E5E is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 94 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.33 |
| HSL | 342.39º | 0.47% | 0.46% | - |
| HSV(B) | 342.39º | 0.64% | 0.67% | - |
| XYZ | 20.54 | 12.91 | 12 | - |
| YUV | 98.24 | 125.61 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 94 | 0 | 0.64 | 0.45 | 0.33 | 342.39 | 0.47 | 0.46 |
| Hex | AB | 3E | 5E | 0 | 40 | 2D | 21 | 156 | 2F | 2E |
| Octal | 253 | 76 | 136 | 0 | 100 | 55 | 41 | 526 | 57 | 56 |
| Binary | 10101011 | 111110 | 1011110 | 0 | 1000000 | 101101 | 100001 | 101010110 | 101111 | 101110 |
Color Harmonies of #AB3E5E
Complementary color
Monochromatic Colors of #AB3E5E
Black with #AB3E5E
Text Example
Text Example
White with #AB3E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E5E; }
p { color: rgb(171,62,94); }
H1.HeaderClassName
{
color: #AB3E5E;
}
.AnyTagClassName
{
color: #AB3E5E;
}
</style>
background-color css
<style>
a { background-color: #AB3E5E; }
a { background-color: rgb(171,62,94); }
div.DivClassName
{
background-color: #AB3E5E;
}
.BgClassName
{
background-color: #AB3E5E;
}
</style>
border-color css
<style>
span { border-color: #AB3E5E; }
span { border-color: rgb(171,62,94); }
td.TdClassName
{
border-color: #AB3E5E;
}
.TagClassName
{
border-color: #AB3E5E;
}
</style>