Shades of Rouge #AB276D
Tints of Rouge #AB276D
RGB
CMYK
RGB Variations
Color information
#AB276D (or 0xAB276D) is known color: Rouge. HEX triplet: AB, 27 and 6D. RGB value is (171,39,109). Sum of RGB (Red+Green+Blue) = 171+39+109=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB276D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB276D is #54D892. Grayscale: #565656. Windows color (decimal): -5560467 or 7153579. OLE color: 7153579.
HSL color Cylindrical-coordinate representation of color #AB276D: hue angle of 328.18º 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 #AB276D is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 109 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.33 |
| HSL | 328.18º | 0.63% | 0.41% | - |
| HSV(B) | 328.18º | 0.77% | 0.67% | - |
| XYZ | 20.28 | 11.21 | 15.56 | - |
| YUV | 86.45 | 140.73 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 109 | 0 | 0.77 | 0.36 | 0.33 | 328.18 | 0.63 | 0.41 |
| Hex | AB | 27 | 6D | 0 | 4D | 24 | 21 | 148 | 3F | 29 |
| Octal | 253 | 47 | 155 | 0 | 115 | 44 | 41 | 510 | 77 | 51 |
| Binary | 10101011 | 100111 | 1101101 | 0 | 1001101 | 100100 | 100001 | 101001000 | 111111 | 101001 |
Color Harmonies of #AB276D
Complementary color
Monochromatic Colors of #AB276D
Black with #AB276D
Text Example
Text Example
White with #AB276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB276D; }
p { color: rgb(171,39,109); }
H1.HeaderClassName
{
color: #AB276D;
}
.AnyTagClassName
{
color: #AB276D;
}
</style>
background-color css
<style>
a { background-color: #AB276D; }
a { background-color: rgb(171,39,109); }
div.DivClassName
{
background-color: #AB276D;
}
.BgClassName
{
background-color: #AB276D;
}
</style>
border-color css
<style>
span { border-color: #AB276D; }
span { border-color: rgb(171,39,109); }
td.TdClassName
{
border-color: #AB276D;
}
.TagClassName
{
border-color: #AB276D;
}
</style>