Shades of Bouquet #AB7791
Tints of Bouquet #AB7791
RGB
CMYK
RGB Variations
Color information
#AB7791 (or 0xAB7791) is known color: Bouquet. HEX triplet: AB, 77 and 91. RGB value is (171,119,145). Sum of RGB (Red+Green+Blue) = 171+119+145=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7791 is #54886E. Grayscale: #898989. Windows color (decimal): -5539951 or 9533355. OLE color: 9533355.
HSL color Cylindrical-coordinate representation of color #AB7791: hue angle of 330º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB7791 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 145 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.33 |
| HSL | 330º | 0.24% | 0.57% | - |
| HSV(B) | 330º | 0.3% | 0.67% | - |
| XYZ | 28.5 | 23.9 | 29.9 | - |
| YUV | 137.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 145 | 0 | 0.30 | 0.15 | 0.33 | 330 | 0.24 | 0.57 |
| Hex | AB | 77 | 91 | 0 | 1E | F | 21 | 14A | 18 | 39 |
| Octal | 253 | 167 | 221 | 0 | 36 | 17 | 41 | 512 | 30 | 71 |
| Binary | 10101011 | 1110111 | 10010001 | 0 | 11110 | 1111 | 100001 | 101001010 | 11000 | 111001 |
Color Harmonies of #AB7791
Complementary color
Monochromatic Colors of #AB7791
Black with #AB7791
Text Example
Text Example
White with #AB7791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7791; }
p { color: rgb(171,119,145); }
H1.HeaderClassName
{
color: #AB7791;
}
.AnyTagClassName
{
color: #AB7791;
}
</style>
background-color css
<style>
a { background-color: #AB7791; }
a { background-color: rgb(171,119,145); }
div.DivClassName
{
background-color: #AB7791;
}
.BgClassName
{
background-color: #AB7791;
}
</style>
border-color css
<style>
span { border-color: #AB7791; }
span { border-color: rgb(171,119,145); }
td.TdClassName
{
border-color: #AB7791;
}
.TagClassName
{
border-color: #AB7791;
}
</style>