Shades of Bouquet #AD7898
Tints of Bouquet #AD7898
RGB
CMYK
RGB Variations
Color information
#AD7898 (or 0xAD7898) is known color: Bouquet. HEX triplet: AD, 78 and 98. RGB value is (173,120,152). Sum of RGB (Red+Green+Blue) = 173+120+152=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7898 is #528767. Grayscale: #8B8B8B. Windows color (decimal): -5408616 or 9992365. OLE color: 9992365.
HSL color Cylindrical-coordinate representation of color #AD7898: hue angle of 323.77º 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 #AD7898 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 152 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.32 |
| HSL | 323.77º | 0.24% | 0.57% | - |
| HSV(B) | 323.77º | 0.31% | 0.68% | - |
| XYZ | 29.62 | 24.58 | 32.89 | - |
| YUV | 139.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 152 | 0 | 0.31 | 0.12 | 0.32 | 323.77 | 0.24 | 0.57 |
| Hex | AD | 78 | 98 | 0 | 1F | C | 20 | 144 | 18 | 39 |
| Octal | 255 | 170 | 230 | 0 | 37 | 14 | 40 | 504 | 30 | 71 |
| Binary | 10101101 | 1111000 | 10011000 | 0 | 11111 | 1100 | 100000 | 101000100 | 11000 | 111001 |
Color Harmonies of #AD7898
Complementary color
Monochromatic Colors of #AD7898
Black with #AD7898
Text Example
Text Example
White with #AD7898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7898; }
p { color: rgb(173,120,152); }
H1.HeaderClassName
{
color: #AD7898;
}
.AnyTagClassName
{
color: #AD7898;
}
</style>
background-color css
<style>
a { background-color: #AD7898; }
a { background-color: rgb(173,120,152); }
div.DivClassName
{
background-color: #AD7898;
}
.BgClassName
{
background-color: #AD7898;
}
</style>
border-color css
<style>
span { border-color: #AD7898; }
span { border-color: rgb(173,120,152); }
td.TdClassName
{
border-color: #AD7898;
}
.TagClassName
{
border-color: #AD7898;
}
</style>