Shades of Bouquet #AB7797
Tints of Bouquet #AB7797
RGB
CMYK
RGB Variations
Color information
#AB7797 (or 0xAB7797) is known color: Bouquet. HEX triplet: AB, 77 and 97. RGB value is (171,119,151). Sum of RGB (Red+Green+Blue) = 171+119+151=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7797 is #548868. Grayscale: #8A8A8A. Windows color (decimal): -5539945 or 9926571. OLE color: 9926571.
HSL color Cylindrical-coordinate representation of color #AB7797: hue angle of 323.08º 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 #AB7797 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 151 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.33 |
| HSL | 323.08º | 0.24% | 0.57% | - |
| HSV(B) | 323.08º | 0.3% | 0.67% | - |
| XYZ | 28.98 | 24.09 | 32.4 | - |
| YUV | 138.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 151 | 0 | 0.30 | 0.12 | 0.33 | 323.08 | 0.24 | 0.57 |
| Hex | AB | 77 | 97 | 0 | 1E | C | 21 | 143 | 18 | 39 |
| Octal | 253 | 167 | 227 | 0 | 36 | 14 | 41 | 503 | 30 | 71 |
| Binary | 10101011 | 1110111 | 10010111 | 0 | 11110 | 1100 | 100001 | 101000011 | 11000 | 111001 |
Color Harmonies of #AB7797
Complementary color
Monochromatic Colors of #AB7797
Black with #AB7797
Text Example
Text Example
White with #AB7797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7797; }
p { color: rgb(171,119,151); }
H1.HeaderClassName
{
color: #AB7797;
}
.AnyTagClassName
{
color: #AB7797;
}
</style>
background-color css
<style>
a { background-color: #AB7797; }
a { background-color: rgb(171,119,151); }
div.DivClassName
{
background-color: #AB7797;
}
.BgClassName
{
background-color: #AB7797;
}
</style>
border-color css
<style>
span { border-color: #AB7797; }
span { border-color: rgb(171,119,151); }
td.TdClassName
{
border-color: #AB7797;
}
.TagClassName
{
border-color: #AB7797;
}
</style>