Shades of Bouquet #AD6E99
Tints of Bouquet #AD6E99
RGB
CMYK
RGB Variations
Color information
#AD6E99 (or 0xAD6E99) is known color: Bouquet. HEX triplet: AD, 6E and 99. RGB value is (173,110,153). Sum of RGB (Red+Green+Blue) = 173+110+153=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6E99 is #529166. Grayscale: #858585. Windows color (decimal): -5411175 or 10055341. OLE color: 10055341.
HSL color Cylindrical-coordinate representation of color #AD6E99: hue angle of 319.05º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD6E99 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 110 | 153 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.32 |
| HSL | 319.05º | 0.28% | 0.55% | - |
| HSV(B) | 319.05º | 0.36% | 0.68% | - |
| XYZ | 28.56 | 22.34 | 32.94 | - |
| YUV | 133.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 153 | 0 | 0.36 | 0.12 | 0.32 | 319.05 | 0.28 | 0.55 |
| Hex | AD | 6E | 99 | 0 | 24 | C | 20 | 13F | 1C | 37 |
| Octal | 255 | 156 | 231 | 0 | 44 | 14 | 40 | 477 | 34 | 67 |
| Binary | 10101101 | 1101110 | 10011001 | 0 | 100100 | 1100 | 100000 | 100111111 | 11100 | 110111 |
Color Harmonies of #AD6E99
Complementary color
Monochromatic Colors of #AD6E99
Black with #AD6E99
Text Example
Text Example
White with #AD6E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6E99; }
p { color: rgb(173,110,153); }
H1.HeaderClassName
{
color: #AD6E99;
}
.AnyTagClassName
{
color: #AD6E99;
}
</style>
background-color css
<style>
a { background-color: #AD6E99; }
a { background-color: rgb(173,110,153); }
div.DivClassName
{
background-color: #AD6E99;
}
.BgClassName
{
background-color: #AD6E99;
}
</style>
border-color css
<style>
span { border-color: #AD6E99; }
span { border-color: rgb(173,110,153); }
td.TdClassName
{
border-color: #AD6E99;
}
.TagClassName
{
border-color: #AD6E99;
}
</style>