Shades of Rouge #AB2863
Tints of Rouge #AB2863
RGB
CMYK
RGB Variations
Color information
#AB2863 (or 0xAB2863) is known color: Rouge. HEX triplet: AB, 28 and 63. RGB value is (171,40,99). Sum of RGB (Red+Green+Blue) = 171+40+99=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2863 is #54D79C. Grayscale: #555555. Windows color (decimal): -5560221 or 6498475. OLE color: 6498475.
HSL color Cylindrical-coordinate representation of color #AB2863: hue angle of 332.98º 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 #AB2863 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 99 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.33 |
| HSL | 332.98º | 0.62% | 0.41% | - |
| HSV(B) | 332.98º | 0.77% | 0.67% | - |
| XYZ | 19.81 | 11.08 | 12.9 | - |
| YUV | 85.9 | 135.4 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 99 | 0 | 0.77 | 0.42 | 0.33 | 332.98 | 0.62 | 0.41 |
| Hex | AB | 28 | 63 | 0 | 4D | 2A | 21 | 14D | 3E | 29 |
| Octal | 253 | 50 | 143 | 0 | 115 | 52 | 41 | 515 | 76 | 51 |
| Binary | 10101011 | 101000 | 1100011 | 0 | 1001101 | 101010 | 100001 | 101001101 | 111110 | 101001 |
Color Harmonies of #AB2863
Complementary color
Monochromatic Colors of #AB2863
Black with #AB2863
Text Example
Text Example
White with #AB2863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2863; }
p { color: rgb(171,40,99); }
H1.HeaderClassName
{
color: #AB2863;
}
.AnyTagClassName
{
color: #AB2863;
}
</style>
background-color css
<style>
a { background-color: #AB2863; }
a { background-color: rgb(171,40,99); }
div.DivClassName
{
background-color: #AB2863;
}
.BgClassName
{
background-color: #AB2863;
}
</style>
border-color css
<style>
span { border-color: #AB2863; }
span { border-color: rgb(171,40,99); }
td.TdClassName
{
border-color: #AB2863;
}
.TagClassName
{
border-color: #AB2863;
}
</style>