Shades of Bouquet #AB8399
Tints of Bouquet #AB8399
RGB
CMYK
RGB Variations
Color information
#AB8399 (or 0xAB8399) is known color: Bouquet. HEX triplet: AB, 83 and 99. RGB value is (171,131,153). Sum of RGB (Red+Green+Blue) = 171+131+153=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8399 is #547C66. Grayscale: #919191. Windows color (decimal): -5536871 or 10060715. OLE color: 10060715.
HSL color Cylindrical-coordinate representation of color #AB8399: hue angle of 327º 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 #AB8399 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 153 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.33 |
| HSL | 327º | 0.19% | 0.59% | - |
| HSV(B) | 327º | 0.23% | 0.67% | - |
| XYZ | 30.66 | 27.19 | 33.77 | - |
| YUV | 145.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 153 | 0 | 0.23 | 0.11 | 0.33 | 327 | 0.19 | 0.59 |
| Hex | AB | 83 | 99 | 0 | 17 | B | 21 | 147 | 13 | 3B |
| Octal | 253 | 203 | 231 | 0 | 27 | 13 | 41 | 507 | 23 | 73 |
| Binary | 10101011 | 10000011 | 10011001 | 0 | 10111 | 1011 | 100001 | 101000111 | 10011 | 111011 |
Color Harmonies of #AB8399
Complementary color
Monochromatic Colors of #AB8399
Black with #AB8399
Text Example
Text Example
White with #AB8399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8399; }
p { color: rgb(171,131,153); }
H1.HeaderClassName
{
color: #AB8399;
}
.AnyTagClassName
{
color: #AB8399;
}
</style>
background-color css
<style>
a { background-color: #AB8399; }
a { background-color: rgb(171,131,153); }
div.DivClassName
{
background-color: #AB8399;
}
.BgClassName
{
background-color: #AB8399;
}
</style>
border-color css
<style>
span { border-color: #AB8399; }
span { border-color: rgb(171,131,153); }
td.TdClassName
{
border-color: #AB8399;
}
.TagClassName
{
border-color: #AB8399;
}
</style>