Shades of Bouquet #AD779E
Tints of Bouquet #AD779E
RGB
CMYK
RGB Variations
Color information
#AD779E (or 0xAD779E) is known color: Bouquet. HEX triplet: AD, 77 and 9E. RGB value is (173,119,158). Sum of RGB (Red+Green+Blue) = 173+119+158=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #AD779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD779E is #528861. Grayscale: #8B8B8B. Windows color (decimal): -5408866 or 10385325. OLE color: 10385325.
HSL color Cylindrical-coordinate representation of color #AD779E: hue angle of 316.67º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD779E is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 119 | 158 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.32 |
| HSL | 316.67º | 0.25% | 0.57% | - |
| HSV(B) | 316.67º | 0.31% | 0.68% | - |
| XYZ | 30 | 24.55 | 35.5 | - |
| YUV | 139.59 | 138.39 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 158 | 0 | 0.31 | 0.09 | 0.32 | 316.67 | 0.25 | 0.57 |
| Hex | AD | 77 | 9E | 0 | 1F | 9 | 20 | 13D | 19 | 39 |
| Octal | 255 | 167 | 236 | 0 | 37 | 11 | 40 | 475 | 31 | 71 |
| Binary | 10101101 | 1110111 | 10011110 | 0 | 11111 | 1001 | 100000 | 100111101 | 11001 | 111001 |
Color Harmonies of #AD779E
Complementary color
Monochromatic Colors of #AD779E
Black with #AD779E
Text Example
Text Example
White with #AD779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD779E; }
p { color: rgb(173,119,158); }
H1.HeaderClassName
{
color: #AD779E;
}
.AnyTagClassName
{
color: #AD779E;
}
</style>
background-color css
<style>
a { background-color: #AD779E; }
a { background-color: rgb(173,119,158); }
div.DivClassName
{
background-color: #AD779E;
}
.BgClassName
{
background-color: #AD779E;
}
</style>
border-color css
<style>
span { border-color: #AD779E; }
span { border-color: rgb(173,119,158); }
td.TdClassName
{
border-color: #AD779E;
}
.TagClassName
{
border-color: #AD779E;
}
</style>