Shades of Bouquet #AB7799
Tints of Bouquet #AB7799
RGB
CMYK
RGB Variations
Color information
#AB7799 (or 0xAB7799) is known color: Bouquet. HEX triplet: AB, 77 and 99. RGB value is (171,119,153). Sum of RGB (Red+Green+Blue) = 171+119+153=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7799 is #548866. Grayscale: #8A8A8A. Windows color (decimal): -5539943 or 10057643. OLE color: 10057643.
HSL color Cylindrical-coordinate representation of color #AB7799: hue angle of 320.77º 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 #AB7799 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 153 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.33 |
| HSL | 320.77º | 0.24% | 0.57% | - |
| HSV(B) | 320.77º | 0.3% | 0.67% | - |
| XYZ | 29.14 | 24.15 | 33.26 | - |
| YUV | 138.42 | 136.23 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 153 | 0 | 0.30 | 0.11 | 0.33 | 320.77 | 0.24 | 0.57 |
| Hex | AB | 77 | 99 | 0 | 1E | B | 21 | 141 | 18 | 39 |
| Octal | 253 | 167 | 231 | 0 | 36 | 13 | 41 | 501 | 30 | 71 |
| Binary | 10101011 | 1110111 | 10011001 | 0 | 11110 | 1011 | 100001 | 101000001 | 11000 | 111001 |
Color Harmonies of #AB7799
Complementary color
Monochromatic Colors of #AB7799
Black with #AB7799
Text Example
Text Example
White with #AB7799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7799; }
p { color: rgb(171,119,153); }
H1.HeaderClassName
{
color: #AB7799;
}
.AnyTagClassName
{
color: #AB7799;
}
</style>
background-color css
<style>
a { background-color: #AB7799; }
a { background-color: rgb(171,119,153); }
div.DivClassName
{
background-color: #AB7799;
}
.BgClassName
{
background-color: #AB7799;
}
</style>
border-color css
<style>
span { border-color: #AB7799; }
span { border-color: rgb(171,119,153); }
td.TdClassName
{
border-color: #AB7799;
}
.TagClassName
{
border-color: #AB7799;
}
</style>