Shades of Bouquet #AB8499
Tints of Bouquet #AB8499
RGB
CMYK
RGB Variations
Color information
#AB8499 (or 0xAB8499) is known color: Bouquet. HEX triplet: AB, 84 and 99. RGB value is (171,132,153). Sum of RGB (Red+Green+Blue) = 171+132+153=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8499 is #547B66. Grayscale: #929292. Windows color (decimal): -5536615 or 10060971. OLE color: 10060971.
HSL color Cylindrical-coordinate representation of color #AB8499: hue angle of 327.69º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB8499 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 153 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.33 |
| HSL | 327.69º | 0.19% | 0.59% | - |
| HSV(B) | 327.69º | 0.23% | 0.67% | - |
| XYZ | 30.8 | 27.46 | 33.81 | - |
| YUV | 146.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 153 | 0 | 0.23 | 0.11 | 0.33 | 327.69 | 0.19 | 0.59 |
| Hex | AB | 84 | 99 | 0 | 17 | B | 21 | 148 | 13 | 3B |
| Octal | 253 | 204 | 231 | 0 | 27 | 13 | 41 | 510 | 23 | 73 |
| Binary | 10101011 | 10000100 | 10011001 | 0 | 10111 | 1011 | 100001 | 101001000 | 10011 | 111011 |
Color Harmonies of #AB8499
Complementary color
Monochromatic Colors of #AB8499
Black with #AB8499
Text Example
Text Example
White with #AB8499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8499; }
p { color: rgb(171,132,153); }
H1.HeaderClassName
{
color: #AB8499;
}
.AnyTagClassName
{
color: #AB8499;
}
</style>
background-color css
<style>
a { background-color: #AB8499; }
a { background-color: rgb(171,132,153); }
div.DivClassName
{
background-color: #AB8499;
}
.BgClassName
{
background-color: #AB8499;
}
</style>
border-color css
<style>
span { border-color: #AB8499; }
span { border-color: rgb(171,132,153); }
td.TdClassName
{
border-color: #AB8499;
}
.TagClassName
{
border-color: #AB8499;
}
</style>