Shades of Bouquet #A88DA1
Tints of Bouquet #A88DA1
RGB
CMYK
RGB Variations
Color information
#A88DA1 (or 0xA88DA1) is known color: Bouquet. HEX triplet: A8, 8D and A1. RGB value is (168,141,161). Sum of RGB (Red+Green+Blue) = 168+141+161=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 168 - color contains mainly: red. Hex color #A88DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88DA1 is #57725E. Grayscale: #979797. Windows color (decimal): -5730911 or 10587560. OLE color: 10587560.
HSL color Cylindrical-coordinate representation of color #A88DA1: hue angle of 315.56º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A88DA1 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 141 | 161 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.34 |
| HSL | 315.56º | 0.13% | 0.61% | - |
| HSV(B) | 315.56º | 0.16% | 0.66% | - |
| XYZ | 32.11 | 29.95 | 37.81 | - |
| YUV | 151.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 161 | 0 | 0.16 | 0.04 | 0.34 | 315.56 | 0.13 | 0.61 |
| Hex | A8 | 8D | A1 | 0 | 10 | 4 | 22 | 13C | D | 3D |
| Octal | 250 | 215 | 241 | 0 | 20 | 4 | 42 | 474 | 15 | 75 |
| Binary | 10101000 | 10001101 | 10100001 | 0 | 10000 | 100 | 100010 | 100111100 | 1101 | 111101 |
Color Harmonies of #A88DA1
Complementary color
Monochromatic Colors of #A88DA1
Black with #A88DA1
Text Example
Text Example
White with #A88DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88DA1; }
p { color: rgb(168,141,161); }
H1.HeaderClassName
{
color: #A88DA1;
}
.AnyTagClassName
{
color: #A88DA1;
}
</style>
background-color css
<style>
a { background-color: #A88DA1; }
a { background-color: rgb(168,141,161); }
div.DivClassName
{
background-color: #A88DA1;
}
.BgClassName
{
background-color: #A88DA1;
}
</style>
border-color css
<style>
span { border-color: #A88DA1; }
span { border-color: rgb(168,141,161); }
td.TdClassName
{
border-color: #A88DA1;
}
.TagClassName
{
border-color: #A88DA1;
}
</style>