Shades of Rouge #AB2765
Tints of Rouge #AB2765
RGB
CMYK
RGB Variations
Color information
#AB2765 (or 0xAB2765) is known color: Rouge. HEX triplet: AB, 27 and 65. RGB value is (171,39,101). Sum of RGB (Red+Green+Blue) = 171+39+101=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2765 is #54D89A. Grayscale: #555555. Windows color (decimal): -5560475 or 6629291. OLE color: 6629291.
HSL color Cylindrical-coordinate representation of color #AB2765: hue angle of 331.82º degrees, saturation: 0.63, 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 #AB2765 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 101 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.33 |
| HSL | 331.82º | 0.63% | 0.41% | - |
| HSV(B) | 331.82º | 0.77% | 0.67% | - |
| XYZ | 19.87 | 11.05 | 13.4 | - |
| YUV | 85.54 | 136.73 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 101 | 0 | 0.77 | 0.41 | 0.33 | 331.82 | 0.63 | 0.41 |
| Hex | AB | 27 | 65 | 0 | 4D | 29 | 21 | 14C | 3F | 29 |
| Octal | 253 | 47 | 145 | 0 | 115 | 51 | 41 | 514 | 77 | 51 |
| Binary | 10101011 | 100111 | 1100101 | 0 | 1001101 | 101001 | 100001 | 101001100 | 111111 | 101001 |
Color Harmonies of #AB2765
Complementary color
Monochromatic Colors of #AB2765
Black with #AB2765
Text Example
Text Example
White with #AB2765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2765; }
p { color: rgb(171,39,101); }
H1.HeaderClassName
{
color: #AB2765;
}
.AnyTagClassName
{
color: #AB2765;
}
</style>
background-color css
<style>
a { background-color: #AB2765; }
a { background-color: rgb(171,39,101); }
div.DivClassName
{
background-color: #AB2765;
}
.BgClassName
{
background-color: #AB2765;
}
</style>
border-color css
<style>
span { border-color: #AB2765; }
span { border-color: rgb(171,39,101); }
td.TdClassName
{
border-color: #AB2765;
}
.TagClassName
{
border-color: #AB2765;
}
</style>