Shades of Rouge #AB2866
Tints of Rouge #AB2866
RGB
CMYK
RGB Variations
Color information
#AB2866 (or 0xAB2866) is known color: Rouge. HEX triplet: AB, 28 and 66. RGB value is (171,40,102). Sum of RGB (Red+Green+Blue) = 171+40+102=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2866 is #54D799. Grayscale: #565656. Windows color (decimal): -5560218 or 6695083. OLE color: 6695083.
HSL color Cylindrical-coordinate representation of color #AB2866: hue angle of 331.6º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2866 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 102 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.33 |
| HSL | 331.6º | 0.62% | 0.41% | - |
| HSV(B) | 331.6º | 0.77% | 0.67% | - |
| XYZ | 19.95 | 11.13 | 13.67 | - |
| YUV | 86.24 | 136.9 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 102 | 0 | 0.77 | 0.40 | 0.33 | 331.6 | 0.62 | 0.41 |
| Hex | AB | 28 | 66 | 0 | 4D | 28 | 21 | 14C | 3E | 29 |
| Octal | 253 | 50 | 146 | 0 | 115 | 50 | 41 | 514 | 76 | 51 |
| Binary | 10101011 | 101000 | 1100110 | 0 | 1001101 | 101000 | 100001 | 101001100 | 111110 | 101001 |
Color Harmonies of #AB2866
Complementary color
Monochromatic Colors of #AB2866
Black with #AB2866
Text Example
Text Example
White with #AB2866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2866; }
p { color: rgb(171,40,102); }
H1.HeaderClassName
{
color: #AB2866;
}
.AnyTagClassName
{
color: #AB2866;
}
</style>
background-color css
<style>
a { background-color: #AB2866; }
a { background-color: rgb(171,40,102); }
div.DivClassName
{
background-color: #AB2866;
}
.BgClassName
{
background-color: #AB2866;
}
</style>
border-color css
<style>
span { border-color: #AB2866; }
span { border-color: rgb(171,40,102); }
td.TdClassName
{
border-color: #AB2866;
}
.TagClassName
{
border-color: #AB2866;
}
</style>