Shades of Rouge #AB2C5D
Tints of Rouge #AB2C5D
RGB
CMYK
RGB Variations
Color information
#AB2C5D (or 0xAB2C5D) is known color: Rouge. HEX triplet: AB, 2C and 5D. RGB value is (171,44,93). Sum of RGB (Red+Green+Blue) = 171+44+93=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2C5D is #54D3A2. Grayscale: #575757. Windows color (decimal): -5559203 or 6106283. OLE color: 6106283.
HSL color Cylindrical-coordinate representation of color #AB2C5D: hue angle of 336.85º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB2C5D is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 44 | 93 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.33 |
| HSL | 336.85º | 0.59% | 0.42% | - |
| HSV(B) | 336.85º | 0.74% | 0.67% | - |
| XYZ | 19.67 | 11.25 | 11.49 | - |
| YUV | 87.56 | 131.08 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 93 | 0 | 0.74 | 0.46 | 0.33 | 336.85 | 0.59 | 0.42 |
| Hex | AB | 2C | 5D | 0 | 4A | 2E | 21 | 151 | 3B | 2A |
| Octal | 253 | 54 | 135 | 0 | 112 | 56 | 41 | 521 | 73 | 52 |
| Binary | 10101011 | 101100 | 1011101 | 0 | 1001010 | 101110 | 100001 | 101010001 | 111011 | 101010 |
Color Harmonies of #AB2C5D
Complementary color
Monochromatic Colors of #AB2C5D
Black with #AB2C5D
Text Example
Text Example
White with #AB2C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2C5D; }
p { color: rgb(171,44,93); }
H1.HeaderClassName
{
color: #AB2C5D;
}
.AnyTagClassName
{
color: #AB2C5D;
}
</style>
background-color css
<style>
a { background-color: #AB2C5D; }
a { background-color: rgb(171,44,93); }
div.DivClassName
{
background-color: #AB2C5D;
}
.BgClassName
{
background-color: #AB2C5D;
}
</style>
border-color css
<style>
span { border-color: #AB2C5D; }
span { border-color: rgb(171,44,93); }
td.TdClassName
{
border-color: #AB2C5D;
}
.TagClassName
{
border-color: #AB2C5D;
}
</style>