Shades of Bouquet #A88A9F
Tints of Bouquet #A88A9F
RGB
CMYK
RGB Variations
Color information
#A88A9F (or 0xA88A9F) is known color: Bouquet. HEX triplet: A8, 8A and 9F. RGB value is (168,138,159). Sum of RGB (Red+Green+Blue) = 168+138+159=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88A9F is #577560. Grayscale: #959595. Windows color (decimal): -5731681 or 10455720. OLE color: 10455720.
HSL color Cylindrical-coordinate representation of color #A88A9F: hue angle of 318º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A88A9F is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 138 | 159 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.34 |
| HSL | 318º | 0.15% | 0.6% | - |
| HSV(B) | 318º | 0.18% | 0.66% | - |
| XYZ | 31.49 | 29 | 36.74 | - |
| YUV | 149.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 138 | 159 | 0 | 0.18 | 0.05 | 0.34 | 318 | 0.15 | 0.6 |
| Hex | A8 | 8A | 9F | 0 | 12 | 5 | 22 | 13E | F | 3C |
| Octal | 250 | 212 | 237 | 0 | 22 | 5 | 42 | 476 | 17 | 74 |
| Binary | 10101000 | 10001010 | 10011111 | 0 | 10010 | 101 | 100010 | 100111110 | 1111 | 111100 |
Color Harmonies of #A88A9F
Complementary color
Monochromatic Colors of #A88A9F
Black with #A88A9F
Text Example
Text Example
White with #A88A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88A9F; }
p { color: rgb(168,138,159); }
H1.HeaderClassName
{
color: #A88A9F;
}
.AnyTagClassName
{
color: #A88A9F;
}
</style>
background-color css
<style>
a { background-color: #A88A9F; }
a { background-color: rgb(168,138,159); }
div.DivClassName
{
background-color: #A88A9F;
}
.BgClassName
{
background-color: #A88A9F;
}
</style>
border-color css
<style>
span { border-color: #A88A9F; }
span { border-color: rgb(168,138,159); }
td.TdClassName
{
border-color: #A88A9F;
}
.TagClassName
{
border-color: #A88A9F;
}
</style>