Shades of Bouquet #A9779F
Tints of Bouquet #A9779F
RGB
CMYK
RGB Variations
Color information
#A9779F (or 0xA9779F) is known color: Bouquet. HEX triplet: A9, 77 and 9F. RGB value is (169,119,159). Sum of RGB (Red+Green+Blue) = 169+119+159=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 169 - color contains mainly: red. Hex color #A9779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9779F is #568860. Grayscale: #8A8A8A. Windows color (decimal): -5671009 or 10450857. OLE color: 10450857.
HSL color Cylindrical-coordinate representation of color #A9779F: hue angle of 312º 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 #A9779F is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 119 | 159 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.34 |
| HSL | 312º | 0.23% | 0.56% | - |
| HSV(B) | 312º | 0.3% | 0.66% | - |
| XYZ | 29.22 | 24.13 | 35.92 | - |
| YUV | 138.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 119 | 159 | 0 | 0.30 | 0.06 | 0.34 | 312 | 0.23 | 0.56 |
| Hex | A9 | 77 | 9F | 0 | 1E | 6 | 22 | 138 | 17 | 38 |
| Octal | 251 | 167 | 237 | 0 | 36 | 6 | 42 | 470 | 27 | 70 |
| Binary | 10101001 | 1110111 | 10011111 | 0 | 11110 | 110 | 100010 | 100111000 | 10111 | 111000 |
Color Harmonies of #A9779F
Complementary color
Monochromatic Colors of #A9779F
Black with #A9779F
Text Example
Text Example
White with #A9779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9779F; }
p { color: rgb(169,119,159); }
H1.HeaderClassName
{
color: #A9779F;
}
.AnyTagClassName
{
color: #A9779F;
}
</style>
background-color css
<style>
a { background-color: #A9779F; }
a { background-color: rgb(169,119,159); }
div.DivClassName
{
background-color: #A9779F;
}
.BgClassName
{
background-color: #A9779F;
}
</style>
border-color css
<style>
span { border-color: #A9779F; }
span { border-color: rgb(169,119,159); }
td.TdClassName
{
border-color: #A9779F;
}
.TagClassName
{
border-color: #A9779F;
}
</style>