Shades of Bouquet #AB7F91
Tints of Bouquet #AB7F91
RGB
CMYK
RGB Variations
Color information
#AB7F91 (or 0xAB7F91) is known color: Bouquet. HEX triplet: AB, 7F and 91. RGB value is (171,127,145). Sum of RGB (Red+Green+Blue) = 171+127+145=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7F91 is #54806E. Grayscale: #8E8E8E. Windows color (decimal): -5537903 or 9535403. OLE color: 9535403.
HSL color Cylindrical-coordinate representation of color #AB7F91: hue angle of 335.45º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB7F91 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 127 | 145 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.33 |
| HSL | 335.45º | 0.21% | 0.58% | - |
| HSV(B) | 335.45º | 0.26% | 0.67% | - |
| XYZ | 29.49 | 25.88 | 30.23 | - |
| YUV | 142.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 145 | 0 | 0.26 | 0.15 | 0.33 | 335.45 | 0.21 | 0.58 |
| Hex | AB | 7F | 91 | 0 | 1A | F | 21 | 14F | 15 | 3A |
| Octal | 253 | 177 | 221 | 0 | 32 | 17 | 41 | 517 | 25 | 72 |
| Binary | 10101011 | 1111111 | 10010001 | 0 | 11010 | 1111 | 100001 | 101001111 | 10101 | 111010 |
Color Harmonies of #AB7F91
Complementary color
Monochromatic Colors of #AB7F91
Black with #AB7F91
Text Example
Text Example
White with #AB7F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7F91; }
p { color: rgb(171,127,145); }
H1.HeaderClassName
{
color: #AB7F91;
}
.AnyTagClassName
{
color: #AB7F91;
}
</style>
background-color css
<style>
a { background-color: #AB7F91; }
a { background-color: rgb(171,127,145); }
div.DivClassName
{
background-color: #AB7F91;
}
.BgClassName
{
background-color: #AB7F91;
}
</style>
border-color css
<style>
span { border-color: #AB7F91; }
span { border-color: rgb(171,127,145); }
td.TdClassName
{
border-color: #AB7F91;
}
.TagClassName
{
border-color: #AB7F91;
}
</style>