Shades of Bouquet #AB8B9F
Tints of Bouquet #AB8B9F
RGB
CMYK
RGB Variations
Color information
#AB8B9F (or 0xAB8B9F) is known color: Bouquet. HEX triplet: AB, 8B and 9F. RGB value is (171,139,159). Sum of RGB (Red+Green+Blue) = 171+139+159=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8B9F is #547460. Grayscale: #969696. Windows color (decimal): -5534817 or 10455979. OLE color: 10455979.
HSL color Cylindrical-coordinate representation of color #AB8B9F: hue angle of 322.5º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB8B9F is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 139 | 159 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.33 |
| HSL | 322.5º | 0.16% | 0.61% | - |
| HSV(B) | 322.5º | 0.19% | 0.67% | - |
| XYZ | 32.29 | 29.63 | 36.82 | - |
| YUV | 150.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 159 | 0 | 0.19 | 0.07 | 0.33 | 322.5 | 0.16 | 0.61 |
| Hex | AB | 8B | 9F | 0 | 13 | 7 | 21 | 142 | 10 | 3D |
| Octal | 253 | 213 | 237 | 0 | 23 | 7 | 41 | 502 | 20 | 75 |
| Binary | 10101011 | 10001011 | 10011111 | 0 | 10011 | 111 | 100001 | 101000010 | 10000 | 111101 |
Color Harmonies of #AB8B9F
Complementary color
Monochromatic Colors of #AB8B9F
Black with #AB8B9F
Text Example
Text Example
White with #AB8B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8B9F; }
p { color: rgb(171,139,159); }
H1.HeaderClassName
{
color: #AB8B9F;
}
.AnyTagClassName
{
color: #AB8B9F;
}
</style>
background-color css
<style>
a { background-color: #AB8B9F; }
a { background-color: rgb(171,139,159); }
div.DivClassName
{
background-color: #AB8B9F;
}
.BgClassName
{
background-color: #AB8B9F;
}
</style>
border-color css
<style>
span { border-color: #AB8B9F; }
span { border-color: rgb(171,139,159); }
td.TdClassName
{
border-color: #AB8B9F;
}
.TagClassName
{
border-color: #AB8B9F;
}
</style>