Shades of Bouquet #A9779B
Tints of Bouquet #A9779B
RGB
CMYK
RGB Variations
Color information
#A9779B (or 0xA9779B) is known color: Bouquet. HEX triplet: A9, 77 and 9B. RGB value is (169,119,155). Sum of RGB (Red+Green+Blue) = 169+119+155=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 169 - color contains mainly: red. Hex color #A9779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9779B is #568864. Grayscale: #898989. Windows color (decimal): -5671013 or 10188713. OLE color: 10188713.
HSL color Cylindrical-coordinate representation of color #A9779B: hue angle of 316.8º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9779B is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 119 | 155 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.34 |
| HSL | 316.8º | 0.23% | 0.56% | - |
| HSV(B) | 316.8º | 0.3% | 0.66% | - |
| XYZ | 28.88 | 24 | 34.12 | - |
| YUV | 138.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 119 | 155 | 0 | 0.30 | 0.08 | 0.34 | 316.8 | 0.23 | 0.56 |
| Hex | A9 | 77 | 9B | 0 | 1E | 8 | 22 | 13D | 17 | 38 |
| Octal | 251 | 167 | 233 | 0 | 36 | 10 | 42 | 475 | 27 | 70 |
| Binary | 10101001 | 1110111 | 10011011 | 0 | 11110 | 1000 | 100010 | 100111101 | 10111 | 111000 |
Color Harmonies of #A9779B
Complementary color
Monochromatic Colors of #A9779B
Black with #A9779B
Text Example
Text Example
White with #A9779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9779B; }
p { color: rgb(169,119,155); }
H1.HeaderClassName
{
color: #A9779B;
}
.AnyTagClassName
{
color: #A9779B;
}
</style>
background-color css
<style>
a { background-color: #A9779B; }
a { background-color: rgb(169,119,155); }
div.DivClassName
{
background-color: #A9779B;
}
.BgClassName
{
background-color: #A9779B;
}
</style>
border-color css
<style>
span { border-color: #A9779B; }
span { border-color: rgb(169,119,155); }
td.TdClassName
{
border-color: #A9779B;
}
.TagClassName
{
border-color: #A9779B;
}
</style>