Shades of Bouquet #AB8F9F
Tints of Bouquet #AB8F9F
RGB
CMYK
RGB Variations
Color information
#AB8F9F (or 0xAB8F9F) is known color: Bouquet. HEX triplet: AB, 8F and 9F. RGB value is (171,143,159). Sum of RGB (Red+Green+Blue) = 171+143+159=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8F9F is #547060. Grayscale: #999999. Windows color (decimal): -5533793 or 10457003. OLE color: 10457003.
HSL color Cylindrical-coordinate representation of color #AB8F9F: hue angle of 325.71º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB8F9F is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 159 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.33 |
| HSL | 325.71º | 0.14% | 0.62% | - |
| HSV(B) | 325.71º | 0.16% | 0.67% | - |
| XYZ | 32.88 | 30.81 | 37.01 | - |
| YUV | 153.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 159 | 0 | 0.16 | 0.07 | 0.33 | 325.71 | 0.14 | 0.62 |
| Hex | AB | 8F | 9F | 0 | 10 | 7 | 21 | 146 | E | 3E |
| Octal | 253 | 217 | 237 | 0 | 20 | 7 | 41 | 506 | 16 | 76 |
| Binary | 10101011 | 10001111 | 10011111 | 0 | 10000 | 111 | 100001 | 101000110 | 1110 | 111110 |
Color Harmonies of #AB8F9F
Complementary color
Monochromatic Colors of #AB8F9F
Black with #AB8F9F
Text Example
Text Example
White with #AB8F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F9F; }
p { color: rgb(171,143,159); }
H1.HeaderClassName
{
color: #AB8F9F;
}
.AnyTagClassName
{
color: #AB8F9F;
}
</style>
background-color css
<style>
a { background-color: #AB8F9F; }
a { background-color: rgb(171,143,159); }
div.DivClassName
{
background-color: #AB8F9F;
}
.BgClassName
{
background-color: #AB8F9F;
}
</style>
border-color css
<style>
span { border-color: #AB8F9F; }
span { border-color: rgb(171,143,159); }
td.TdClassName
{
border-color: #AB8F9F;
}
.TagClassName
{
border-color: #AB8F9F;
}
</style>