Shades of Bouquet #A88C9F
Tints of Bouquet #A88C9F
RGB
CMYK
RGB Variations
Color information
#A88C9F (or 0xA88C9F) is known color: Bouquet. HEX triplet: A8, 8C and 9F. RGB value is (168,140,159). Sum of RGB (Red+Green+Blue) = 168+140+159=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88C9F is #577360. Grayscale: #969696. Windows color (decimal): -5731169 or 10456232. OLE color: 10456232.
HSL color Cylindrical-coordinate representation of color #A88C9F: hue angle of 319.29º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A88C9F is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 140 | 159 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.34 |
| HSL | 319.29º | 0.14% | 0.6% | - |
| HSV(B) | 319.29º | 0.17% | 0.66% | - |
| XYZ | 31.78 | 29.58 | 36.84 | - |
| YUV | 150.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 140 | 159 | 0 | 0.17 | 0.05 | 0.34 | 319.29 | 0.14 | 0.6 |
| Hex | A8 | 8C | 9F | 0 | 11 | 5 | 22 | 13F | E | 3C |
| Octal | 250 | 214 | 237 | 0 | 21 | 5 | 42 | 477 | 16 | 74 |
| Binary | 10101000 | 10001100 | 10011111 | 0 | 10001 | 101 | 100010 | 100111111 | 1110 | 111100 |
Color Harmonies of #A88C9F
Complementary color
Monochromatic Colors of #A88C9F
Black with #A88C9F
Text Example
Text Example
White with #A88C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88C9F; }
p { color: rgb(168,140,159); }
H1.HeaderClassName
{
color: #A88C9F;
}
.AnyTagClassName
{
color: #A88C9F;
}
</style>
background-color css
<style>
a { background-color: #A88C9F; }
a { background-color: rgb(168,140,159); }
div.DivClassName
{
background-color: #A88C9F;
}
.BgClassName
{
background-color: #A88C9F;
}
</style>
border-color css
<style>
span { border-color: #A88C9F; }
span { border-color: rgb(168,140,159); }
td.TdClassName
{
border-color: #A88C9F;
}
.TagClassName
{
border-color: #A88C9F;
}
</style>