Shades of Bouquet #A9799C
Tints of Bouquet #A9799C
RGB
CMYK
RGB Variations
Color information
#A9799C (or 0xA9799C) is known color: Bouquet. HEX triplet: A9, 79 and 9C. RGB value is (169,121,156). Sum of RGB (Red+Green+Blue) = 169+121+156=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A9799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9799C is #568663. Grayscale: #8B8B8B. Windows color (decimal): -5670500 or 10254761. OLE color: 10254761.
HSL color Cylindrical-coordinate representation of color #A9799C: hue angle of 316.25º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9799C is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 121 | 156 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.34 |
| HSL | 316.25º | 0.22% | 0.57% | - |
| HSV(B) | 316.25º | 0.28% | 0.66% | - |
| XYZ | 29.2 | 24.51 | 34.64 | - |
| YUV | 139.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 121 | 156 | 0 | 0.28 | 0.08 | 0.34 | 316.25 | 0.22 | 0.57 |
| Hex | A9 | 79 | 9C | 0 | 1C | 8 | 22 | 13C | 16 | 39 |
| Octal | 251 | 171 | 234 | 0 | 34 | 10 | 42 | 474 | 26 | 71 |
| Binary | 10101001 | 1111001 | 10011100 | 0 | 11100 | 1000 | 100010 | 100111100 | 10110 | 111001 |
Color Harmonies of #A9799C
Complementary color
Monochromatic Colors of #A9799C
Black with #A9799C
Text Example
Text Example
White with #A9799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9799C; }
p { color: rgb(169,121,156); }
H1.HeaderClassName
{
color: #A9799C;
}
.AnyTagClassName
{
color: #A9799C;
}
</style>
background-color css
<style>
a { background-color: #A9799C; }
a { background-color: rgb(169,121,156); }
div.DivClassName
{
background-color: #A9799C;
}
.BgClassName
{
background-color: #A9799C;
}
</style>
border-color css
<style>
span { border-color: #A9799C; }
span { border-color: rgb(169,121,156); }
td.TdClassName
{
border-color: #A9799C;
}
.TagClassName
{
border-color: #A9799C;
}
</style>