Shades of Rouge #AB2E63
Tints of Rouge #AB2E63
RGB
CMYK
RGB Variations
Color information
#AB2E63 (or 0xAB2E63) is known color: Rouge. HEX triplet: AB, 2E and 63. RGB value is (171,46,99). Sum of RGB (Red+Green+Blue) = 171+46+99=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2E63 is #54D19C. Grayscale: #595959. Windows color (decimal): -5558685 or 6500011. OLE color: 6500011.
HSL color Cylindrical-coordinate representation of color #AB2E63: hue angle of 334.56º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB2E63 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 46 | 99 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.33 |
| HSL | 334.56º | 0.58% | 0.43% | - |
| HSV(B) | 334.56º | 0.73% | 0.67% | - |
| XYZ | 20.02 | 11.51 | 12.97 | - |
| YUV | 89.42 | 133.41 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 46 | 99 | 0 | 0.73 | 0.42 | 0.33 | 334.56 | 0.58 | 0.43 |
| Hex | AB | 2E | 63 | 0 | 49 | 2A | 21 | 14F | 3A | 2B |
| Octal | 253 | 56 | 143 | 0 | 111 | 52 | 41 | 517 | 72 | 53 |
| Binary | 10101011 | 101110 | 1100011 | 0 | 1001001 | 101010 | 100001 | 101001111 | 111010 | 101011 |
Color Harmonies of #AB2E63
Complementary color
Monochromatic Colors of #AB2E63
Black with #AB2E63
Text Example
Text Example
White with #AB2E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2E63; }
p { color: rgb(171,46,99); }
H1.HeaderClassName
{
color: #AB2E63;
}
.AnyTagClassName
{
color: #AB2E63;
}
</style>
background-color css
<style>
a { background-color: #AB2E63; }
a { background-color: rgb(171,46,99); }
div.DivClassName
{
background-color: #AB2E63;
}
.BgClassName
{
background-color: #AB2E63;
}
</style>
border-color css
<style>
span { border-color: #AB2E63; }
span { border-color: rgb(171,46,99); }
td.TdClassName
{
border-color: #AB2E63;
}
.TagClassName
{
border-color: #AB2E63;
}
</style>