Shades of Bouquet #A88F9F
Tints of Bouquet #A88F9F
RGB
CMYK
RGB Variations
Color information
#A88F9F (or 0xA88F9F) is known color: Bouquet. HEX triplet: A8, 8F and 9F. RGB value is (168,143,159). Sum of RGB (Red+Green+Blue) = 168+143+159=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88F9F is #577060. Grayscale: #989898. Windows color (decimal): -5730401 or 10457000. OLE color: 10457000.
HSL color Cylindrical-coordinate representation of color #A88F9F: hue angle of 321.6º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A88F9F is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 143 | 159 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.34 |
| HSL | 321.6º | 0.13% | 0.61% | - |
| HSV(B) | 321.6º | 0.15% | 0.66% | - |
| XYZ | 32.23 | 30.47 | 36.98 | - |
| YUV | 152.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 143 | 159 | 0 | 0.15 | 0.05 | 0.34 | 321.6 | 0.13 | 0.61 |
| Hex | A8 | 8F | 9F | 0 | F | 5 | 22 | 142 | D | 3D |
| Octal | 250 | 217 | 237 | 0 | 17 | 5 | 42 | 502 | 15 | 75 |
| Binary | 10101000 | 10001111 | 10011111 | 0 | 1111 | 101 | 100010 | 101000010 | 1101 | 111101 |
Color Harmonies of #A88F9F
Complementary color
Monochromatic Colors of #A88F9F
Black with #A88F9F
Text Example
Text Example
White with #A88F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88F9F; }
p { color: rgb(168,143,159); }
H1.HeaderClassName
{
color: #A88F9F;
}
.AnyTagClassName
{
color: #A88F9F;
}
</style>
background-color css
<style>
a { background-color: #A88F9F; }
a { background-color: rgb(168,143,159); }
div.DivClassName
{
background-color: #A88F9F;
}
.BgClassName
{
background-color: #A88F9F;
}
</style>
border-color css
<style>
span { border-color: #A88F9F; }
span { border-color: rgb(168,143,159); }
td.TdClassName
{
border-color: #A88F9F;
}
.TagClassName
{
border-color: #A88F9F;
}
</style>