Shades of Rouge #AB2862
Tints of Rouge #AB2862
RGB
CMYK
RGB Variations
Color information
#AB2862 (or 0xAB2862) is known color: Rouge. HEX triplet: AB, 28 and 62. RGB value is (171,40,98). Sum of RGB (Red+Green+Blue) = 171+40+98=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2862 is #54D79D. Grayscale: #555555. Windows color (decimal): -5560222 or 6432939. OLE color: 6432939.
HSL color Cylindrical-coordinate representation of color #AB2862: hue angle of 333.44º 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 #AB2862 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 98 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.33 |
| HSL | 333.44º | 0.62% | 0.41% | - |
| HSV(B) | 333.44º | 0.77% | 0.67% | - |
| XYZ | 19.76 | 11.06 | 12.65 | - |
| YUV | 85.78 | 134.9 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 98 | 0 | 0.77 | 0.43 | 0.33 | 333.44 | 0.62 | 0.41 |
| Hex | AB | 28 | 62 | 0 | 4D | 2B | 21 | 14D | 3E | 29 |
| Octal | 253 | 50 | 142 | 0 | 115 | 53 | 41 | 515 | 76 | 51 |
| Binary | 10101011 | 101000 | 1100010 | 0 | 1001101 | 101011 | 100001 | 101001101 | 111110 | 101001 |
Color Harmonies of #AB2862
Complementary color
Monochromatic Colors of #AB2862
Black with #AB2862
Text Example
Text Example
White with #AB2862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2862; }
p { color: rgb(171,40,98); }
H1.HeaderClassName
{
color: #AB2862;
}
.AnyTagClassName
{
color: #AB2862;
}
</style>
background-color css
<style>
a { background-color: #AB2862; }
a { background-color: rgb(171,40,98); }
div.DivClassName
{
background-color: #AB2862;
}
.BgClassName
{
background-color: #AB2862;
}
</style>
border-color css
<style>
span { border-color: #AB2862; }
span { border-color: rgb(171,40,98); }
td.TdClassName
{
border-color: #AB2862;
}
.TagClassName
{
border-color: #AB2862;
}
</style>