Shades of Bouquet #A9769C
Tints of Bouquet #A9769C
RGB
CMYK
RGB Variations
Color information
#A9769C (or 0xA9769C) is known color: Bouquet. HEX triplet: A9, 76 and 9C. RGB value is (169,118,156). Sum of RGB (Red+Green+Blue) = 169+118+156=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 169 - color contains mainly: red. Hex color #A9769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9769C is #568963. Grayscale: #898989. Windows color (decimal): -5671268 or 10253993. OLE color: 10253993.
HSL color Cylindrical-coordinate representation of color #A9769C: hue angle of 315.29º 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 #A9769C is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 118 | 156 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.34 |
| HSL | 315.29º | 0.23% | 0.56% | - |
| HSV(B) | 315.29º | 0.3% | 0.66% | - |
| XYZ | 28.84 | 23.79 | 34.52 | - |
| YUV | 137.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 118 | 156 | 0 | 0.30 | 0.08 | 0.34 | 315.29 | 0.23 | 0.56 |
| Hex | A9 | 76 | 9C | 0 | 1E | 8 | 22 | 13B | 17 | 38 |
| Octal | 251 | 166 | 234 | 0 | 36 | 10 | 42 | 473 | 27 | 70 |
| Binary | 10101001 | 1110110 | 10011100 | 0 | 11110 | 1000 | 100010 | 100111011 | 10111 | 111000 |
Color Harmonies of #A9769C
Complementary color
Monochromatic Colors of #A9769C
Black with #A9769C
Text Example
Text Example
White with #A9769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9769C; }
p { color: rgb(169,118,156); }
H1.HeaderClassName
{
color: #A9769C;
}
.AnyTagClassName
{
color: #A9769C;
}
</style>
background-color css
<style>
a { background-color: #A9769C; }
a { background-color: rgb(169,118,156); }
div.DivClassName
{
background-color: #A9769C;
}
.BgClassName
{
background-color: #A9769C;
}
</style>
border-color css
<style>
span { border-color: #A9769C; }
span { border-color: rgb(169,118,156); }
td.TdClassName
{
border-color: #A9769C;
}
.TagClassName
{
border-color: #A9769C;
}
</style>