Shades of Rouge #AB2B5D
Tints of Rouge #AB2B5D
RGB
CMYK
RGB Variations
Color information
#AB2B5D (or 0xAB2B5D) is known color: Rouge. HEX triplet: AB, 2B and 5D. RGB value is (171,43,93). Sum of RGB (Red+Green+Blue) = 171+43+93=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2B5D is #54D4A2. Grayscale: #565656. Windows color (decimal): -5559459 or 6106027. OLE color: 6106027.
HSL color Cylindrical-coordinate representation of color #AB2B5D: hue angle of 336.56º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2B5D is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 43 | 93 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.33 |
| HSL | 336.56º | 0.6% | 0.42% | - |
| HSV(B) | 336.56º | 0.75% | 0.67% | - |
| XYZ | 19.63 | 11.18 | 11.48 | - |
| YUV | 86.97 | 131.41 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 93 | 0 | 0.75 | 0.46 | 0.33 | 336.56 | 0.6 | 0.42 |
| Hex | AB | 2B | 5D | 0 | 4B | 2E | 21 | 151 | 3C | 2A |
| Octal | 253 | 53 | 135 | 0 | 113 | 56 | 41 | 521 | 74 | 52 |
| Binary | 10101011 | 101011 | 1011101 | 0 | 1001011 | 101110 | 100001 | 101010001 | 111100 | 101010 |
Color Harmonies of #AB2B5D
Complementary color
Monochromatic Colors of #AB2B5D
Black with #AB2B5D
Text Example
Text Example
White with #AB2B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2B5D; }
p { color: rgb(171,43,93); }
H1.HeaderClassName
{
color: #AB2B5D;
}
.AnyTagClassName
{
color: #AB2B5D;
}
</style>
background-color css
<style>
a { background-color: #AB2B5D; }
a { background-color: rgb(171,43,93); }
div.DivClassName
{
background-color: #AB2B5D;
}
.BgClassName
{
background-color: #AB2B5D;
}
</style>
border-color css
<style>
span { border-color: #AB2B5D; }
span { border-color: rgb(171,43,93); }
td.TdClassName
{
border-color: #AB2B5D;
}
.TagClassName
{
border-color: #AB2B5D;
}
</style>