Shades of Bouquet #A98D9E
Tints of Bouquet #A98D9E
RGB
CMYK
RGB Variations
Color information
#A98D9E (or 0xA98D9E) is known color: Bouquet. HEX triplet: A9, 8D and 9E. RGB value is (169,141,158). Sum of RGB (Red+Green+Blue) = 169+141+158=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98D9E is #567261. Grayscale: #979797. Windows color (decimal): -5665378 or 10390953. OLE color: 10390953.
HSL color Cylindrical-coordinate representation of color #A98D9E: hue angle of 323.57º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A98D9E is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 141 | 158 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.34 |
| HSL | 323.57º | 0.14% | 0.61% | - |
| HSV(B) | 323.57º | 0.17% | 0.66% | - |
| XYZ | 32.06 | 29.95 | 36.44 | - |
| YUV | 151.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 158 | 0 | 0.17 | 0.07 | 0.34 | 323.57 | 0.14 | 0.61 |
| Hex | A9 | 8D | 9E | 0 | 11 | 7 | 22 | 144 | E | 3D |
| Octal | 251 | 215 | 236 | 0 | 21 | 7 | 42 | 504 | 16 | 75 |
| Binary | 10101001 | 10001101 | 10011110 | 0 | 10001 | 111 | 100010 | 101000100 | 1110 | 111101 |
Color Harmonies of #A98D9E
Complementary color
Monochromatic Colors of #A98D9E
Black with #A98D9E
Text Example
Text Example
White with #A98D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98D9E; }
p { color: rgb(169,141,158); }
H1.HeaderClassName
{
color: #A98D9E;
}
.AnyTagClassName
{
color: #A98D9E;
}
</style>
background-color css
<style>
a { background-color: #A98D9E; }
a { background-color: rgb(169,141,158); }
div.DivClassName
{
background-color: #A98D9E;
}
.BgClassName
{
background-color: #A98D9E;
}
</style>
border-color css
<style>
span { border-color: #A98D9E; }
span { border-color: rgb(169,141,158); }
td.TdClassName
{
border-color: #A98D9E;
}
.TagClassName
{
border-color: #A98D9E;
}
</style>