Shades of Bouquet #AD729E
Tints of Bouquet #AD729E
RGB
CMYK
RGB Variations
Color information
#AD729E (or 0xAD729E) is known color: Bouquet. HEX triplet: AD, 72 and 9E. RGB value is (173,114,158). Sum of RGB (Red+Green+Blue) = 173+114+158=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD729E is #528D61. Grayscale: #888888. Windows color (decimal): -5410146 or 10384045. OLE color: 10384045.
HSL color Cylindrical-coordinate representation of color #AD729E: hue angle of 315.25º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD729E is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 158 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.32 |
| HSL | 315.25º | 0.26% | 0.56% | - |
| HSV(B) | 315.25º | 0.34% | 0.68% | - |
| XYZ | 29.42 | 23.39 | 35.31 | - |
| YUV | 136.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 158 | 0 | 0.34 | 0.09 | 0.32 | 315.25 | 0.26 | 0.56 |
| Hex | AD | 72 | 9E | 0 | 22 | 9 | 20 | 13B | 1A | 38 |
| Octal | 255 | 162 | 236 | 0 | 42 | 11 | 40 | 473 | 32 | 70 |
| Binary | 10101101 | 1110010 | 10011110 | 0 | 100010 | 1001 | 100000 | 100111011 | 11010 | 111000 |
Color Harmonies of #AD729E
Complementary color
Monochromatic Colors of #AD729E
Black with #AD729E
Text Example
Text Example
White with #AD729E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD729E; }
p { color: rgb(173,114,158); }
H1.HeaderClassName
{
color: #AD729E;
}
.AnyTagClassName
{
color: #AD729E;
}
</style>
background-color css
<style>
a { background-color: #AD729E; }
a { background-color: rgb(173,114,158); }
div.DivClassName
{
background-color: #AD729E;
}
.BgClassName
{
background-color: #AD729E;
}
</style>
border-color css
<style>
span { border-color: #AD729E; }
span { border-color: rgb(173,114,158); }
td.TdClassName
{
border-color: #AD729E;
}
.TagClassName
{
border-color: #AD729E;
}
</style>