Shades of Bouquet #AD799C
Tints of Bouquet #AD799C
RGB
CMYK
RGB Variations
Color information
#AD799C (or 0xAD799C) is known color: Bouquet. HEX triplet: AD, 79 and 9C. RGB value is (173,121,156). Sum of RGB (Red+Green+Blue) = 173+121+156=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #AD799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD799C is #528663. Grayscale: #8C8C8C. Windows color (decimal): -5408356 or 10254765. OLE color: 10254765.
HSL color Cylindrical-coordinate representation of color #AD799C: hue angle of 319.62º 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 #AD799C is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 121 | 156 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.32 |
| HSL | 319.62º | 0.24% | 0.58% | - |
| HSV(B) | 319.62º | 0.3% | 0.68% | - |
| XYZ | 30.07 | 24.96 | 34.69 | - |
| YUV | 140.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 156 | 0 | 0.30 | 0.10 | 0.32 | 319.62 | 0.24 | 0.58 |
| Hex | AD | 79 | 9C | 0 | 1E | A | 20 | 140 | 18 | 3A |
| Octal | 255 | 171 | 234 | 0 | 36 | 12 | 40 | 500 | 30 | 72 |
| Binary | 10101101 | 1111001 | 10011100 | 0 | 11110 | 1010 | 100000 | 101000000 | 11000 | 111010 |
Color Harmonies of #AD799C
Complementary color
Monochromatic Colors of #AD799C
Black with #AD799C
Text Example
Text Example
White with #AD799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD799C; }
p { color: rgb(173,121,156); }
H1.HeaderClassName
{
color: #AD799C;
}
.AnyTagClassName
{
color: #AD799C;
}
</style>
background-color css
<style>
a { background-color: #AD799C; }
a { background-color: rgb(173,121,156); }
div.DivClassName
{
background-color: #AD799C;
}
.BgClassName
{
background-color: #AD799C;
}
</style>
border-color css
<style>
span { border-color: #AD799C; }
span { border-color: rgb(173,121,156); }
td.TdClassName
{
border-color: #AD799C;
}
.TagClassName
{
border-color: #AD799C;
}
</style>