Shades of Rouge #AB2B66
Tints of Rouge #AB2B66
RGB
CMYK
RGB Variations
Color information
#AB2B66 (or 0xAB2B66) is known color: Rouge. HEX triplet: AB, 2B and 66. RGB value is (171,43,102). Sum of RGB (Red+Green+Blue) = 171+43+102=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2B66 is #54D499. Grayscale: #575757. Windows color (decimal): -5559450 or 6695851. OLE color: 6695851.
HSL color Cylindrical-coordinate representation of color #AB2B66: hue angle of 332.34º 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 #AB2B66 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 43 | 102 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.33 |
| HSL | 332.34º | 0.6% | 0.42% | - |
| HSV(B) | 332.34º | 0.75% | 0.67% | - |
| XYZ | 20.06 | 11.34 | 13.7 | - |
| YUV | 88 | 135.91 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 102 | 0 | 0.75 | 0.40 | 0.33 | 332.34 | 0.6 | 0.42 |
| Hex | AB | 2B | 66 | 0 | 4B | 28 | 21 | 14C | 3C | 2A |
| Octal | 253 | 53 | 146 | 0 | 113 | 50 | 41 | 514 | 74 | 52 |
| Binary | 10101011 | 101011 | 1100110 | 0 | 1001011 | 101000 | 100001 | 101001100 | 111100 | 101010 |
Color Harmonies of #AB2B66
Complementary color
Monochromatic Colors of #AB2B66
Black with #AB2B66
Text Example
Text Example
White with #AB2B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2B66; }
p { color: rgb(171,43,102); }
H1.HeaderClassName
{
color: #AB2B66;
}
.AnyTagClassName
{
color: #AB2B66;
}
</style>
background-color css
<style>
a { background-color: #AB2B66; }
a { background-color: rgb(171,43,102); }
div.DivClassName
{
background-color: #AB2B66;
}
.BgClassName
{
background-color: #AB2B66;
}
</style>
border-color css
<style>
span { border-color: #AB2B66; }
span { border-color: rgb(171,43,102); }
td.TdClassName
{
border-color: #AB2B66;
}
.TagClassName
{
border-color: #AB2B66;
}
</style>