Shades of Rouge #AB2666
Tints of Rouge #AB2666
RGB
CMYK
RGB Variations
Color information
#AB2666 (or 0xAB2666) is known color: Rouge. HEX triplet: AB, 26 and 66. RGB value is (171,38,102). Sum of RGB (Red+Green+Blue) = 171+38+102=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2666 is #54D999. Grayscale: #545454. Windows color (decimal): -5560730 or 6694571. OLE color: 6694571.
HSL color Cylindrical-coordinate representation of color #AB2666: hue angle of 331.13º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2666 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 102 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.33 |
| HSL | 331.13º | 0.64% | 0.41% | - |
| HSV(B) | 331.13º | 0.78% | 0.67% | - |
| XYZ | 19.89 | 11 | 13.65 | - |
| YUV | 85.06 | 137.56 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 102 | 0 | 0.78 | 0.40 | 0.33 | 331.13 | 0.64 | 0.41 |
| Hex | AB | 26 | 66 | 0 | 4E | 28 | 21 | 14B | 40 | 29 |
| Octal | 253 | 46 | 146 | 0 | 116 | 50 | 41 | 513 | 100 | 51 |
| Binary | 10101011 | 100110 | 1100110 | 0 | 1001110 | 101000 | 100001 | 101001011 | 1000000 | 101001 |
Color Harmonies of #AB2666
Complementary color
Monochromatic Colors of #AB2666
Black with #AB2666
Text Example
Text Example
White with #AB2666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2666; }
p { color: rgb(171,38,102); }
H1.HeaderClassName
{
color: #AB2666;
}
.AnyTagClassName
{
color: #AB2666;
}
</style>
background-color css
<style>
a { background-color: #AB2666; }
a { background-color: rgb(171,38,102); }
div.DivClassName
{
background-color: #AB2666;
}
.BgClassName
{
background-color: #AB2666;
}
</style>
border-color css
<style>
span { border-color: #AB2666; }
span { border-color: rgb(171,38,102); }
td.TdClassName
{
border-color: #AB2666;
}
.TagClassName
{
border-color: #AB2666;
}
</style>