Shades of Bouquet #AD7599
Tints of Bouquet #AD7599
RGB
CMYK
RGB Variations
Color information
#AD7599 (or 0xAD7599) is known color: Bouquet. HEX triplet: AD, 75 and 99. RGB value is (173,117,153). Sum of RGB (Red+Green+Blue) = 173+117+153=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7599 is #528A66. Grayscale: #898989. Windows color (decimal): -5409383 or 10057133. OLE color: 10057133.
HSL color Cylindrical-coordinate representation of color #AD7599: hue angle of 321.43º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD7599 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 153 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.32 |
| HSL | 321.43º | 0.25% | 0.57% | - |
| HSV(B) | 321.43º | 0.32% | 0.68% | - |
| XYZ | 29.34 | 23.91 | 33.2 | - |
| YUV | 137.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 153 | 0 | 0.32 | 0.12 | 0.32 | 321.43 | 0.25 | 0.57 |
| Hex | AD | 75 | 99 | 0 | 20 | C | 20 | 141 | 19 | 39 |
| Octal | 255 | 165 | 231 | 0 | 40 | 14 | 40 | 501 | 31 | 71 |
| Binary | 10101101 | 1110101 | 10011001 | 0 | 100000 | 1100 | 100000 | 101000001 | 11001 | 111001 |
Color Harmonies of #AD7599
Complementary color
Monochromatic Colors of #AD7599
Black with #AD7599
Text Example
Text Example
White with #AD7599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7599; }
p { color: rgb(173,117,153); }
H1.HeaderClassName
{
color: #AD7599;
}
.AnyTagClassName
{
color: #AD7599;
}
</style>
background-color css
<style>
a { background-color: #AD7599; }
a { background-color: rgb(173,117,153); }
div.DivClassName
{
background-color: #AD7599;
}
.BgClassName
{
background-color: #AD7599;
}
</style>
border-color css
<style>
span { border-color: #AD7599; }
span { border-color: rgb(173,117,153); }
td.TdClassName
{
border-color: #AD7599;
}
.TagClassName
{
border-color: #AD7599;
}
</style>