Shades of Bouquet #AD799E
Tints of Bouquet #AD799E
RGB
CMYK
RGB Variations
Color information
#AD799E (or 0xAD799E) is known color: Bouquet. HEX triplet: AD, 79 and 9E. RGB value is (173,121,158). Sum of RGB (Red+Green+Blue) = 173+121+158=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #AD799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD799E is #528661. Grayscale: #8C8C8C. Windows color (decimal): -5408354 or 10385837. OLE color: 10385837.
HSL color Cylindrical-coordinate representation of color #AD799E: hue angle of 317.31º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD799E is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 121 | 158 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.32 |
| HSL | 317.31º | 0.24% | 0.58% | - |
| HSV(B) | 317.31º | 0.3% | 0.68% | - |
| XYZ | 30.24 | 25.03 | 35.58 | - |
| YUV | 140.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 158 | 0 | 0.30 | 0.09 | 0.32 | 317.31 | 0.24 | 0.58 |
| Hex | AD | 79 | 9E | 0 | 1E | 9 | 20 | 13D | 18 | 3A |
| Octal | 255 | 171 | 236 | 0 | 36 | 11 | 40 | 475 | 30 | 72 |
| Binary | 10101101 | 1111001 | 10011110 | 0 | 11110 | 1001 | 100000 | 100111101 | 11000 | 111010 |
Color Harmonies of #AD799E
Complementary color
Monochromatic Colors of #AD799E
Black with #AD799E
Text Example
Text Example
White with #AD799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD799E; }
p { color: rgb(173,121,158); }
H1.HeaderClassName
{
color: #AD799E;
}
.AnyTagClassName
{
color: #AD799E;
}
</style>
background-color css
<style>
a { background-color: #AD799E; }
a { background-color: rgb(173,121,158); }
div.DivClassName
{
background-color: #AD799E;
}
.BgClassName
{
background-color: #AD799E;
}
</style>
border-color css
<style>
span { border-color: #AD799E; }
span { border-color: rgb(173,121,158); }
td.TdClassName
{
border-color: #AD799E;
}
.TagClassName
{
border-color: #AD799E;
}
</style>