Shades of Bouquet #AD7899
Tints of Bouquet #AD7899
RGB
CMYK
RGB Variations
Color information
#AD7899 (or 0xAD7899) is known color: Bouquet. HEX triplet: AD, 78 and 99. RGB value is (173,120,153). Sum of RGB (Red+Green+Blue) = 173+120+153=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7899 is #528766. Grayscale: #8B8B8B. Windows color (decimal): -5408615 or 10057901. OLE color: 10057901.
HSL color Cylindrical-coordinate representation of color #AD7899: hue angle of 322.64º degrees, saturation: 0.24, 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 #AD7899 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 153 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.32 |
| HSL | 322.64º | 0.24% | 0.57% | - |
| HSV(B) | 322.64º | 0.31% | 0.68% | - |
| XYZ | 29.7 | 24.62 | 33.32 | - |
| YUV | 139.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 153 | 0 | 0.31 | 0.12 | 0.32 | 322.64 | 0.24 | 0.57 |
| Hex | AD | 78 | 99 | 0 | 1F | C | 20 | 143 | 18 | 39 |
| Octal | 255 | 170 | 231 | 0 | 37 | 14 | 40 | 503 | 30 | 71 |
| Binary | 10101101 | 1111000 | 10011001 | 0 | 11111 | 1100 | 100000 | 101000011 | 11000 | 111001 |
Color Harmonies of #AD7899
Complementary color
Monochromatic Colors of #AD7899
Black with #AD7899
Text Example
Text Example
White with #AD7899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7899; }
p { color: rgb(173,120,153); }
H1.HeaderClassName
{
color: #AD7899;
}
.AnyTagClassName
{
color: #AD7899;
}
</style>
background-color css
<style>
a { background-color: #AD7899; }
a { background-color: rgb(173,120,153); }
div.DivClassName
{
background-color: #AD7899;
}
.BgClassName
{
background-color: #AD7899;
}
</style>
border-color css
<style>
span { border-color: #AD7899; }
span { border-color: rgb(173,120,153); }
td.TdClassName
{
border-color: #AD7899;
}
.TagClassName
{
border-color: #AD7899;
}
</style>