Shades of Bouquet #AD759E
Tints of Bouquet #AD759E
RGB
CMYK
RGB Variations
Color information
#AD759E (or 0xAD759E) is known color: Bouquet. HEX triplet: AD, 75 and 9E. RGB value is (173,117,158). Sum of RGB (Red+Green+Blue) = 173+117+158=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD759E is #528A61. Grayscale: #8A8A8A. Windows color (decimal): -5409378 or 10384813. OLE color: 10384813.
HSL color Cylindrical-coordinate representation of color #AD759E: hue angle of 316.07º 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 #AD759E is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 158 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.32 |
| HSL | 316.07º | 0.25% | 0.57% | - |
| HSV(B) | 316.07º | 0.32% | 0.68% | - |
| XYZ | 29.77 | 24.08 | 35.43 | - |
| YUV | 138.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 158 | 0 | 0.32 | 0.09 | 0.32 | 316.07 | 0.25 | 0.57 |
| Hex | AD | 75 | 9E | 0 | 20 | 9 | 20 | 13C | 19 | 39 |
| Octal | 255 | 165 | 236 | 0 | 40 | 11 | 40 | 474 | 31 | 71 |
| Binary | 10101101 | 1110101 | 10011110 | 0 | 100000 | 1001 | 100000 | 100111100 | 11001 | 111001 |
Color Harmonies of #AD759E
Complementary color
Monochromatic Colors of #AD759E
Black with #AD759E
Text Example
Text Example
White with #AD759E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD759E; }
p { color: rgb(173,117,158); }
H1.HeaderClassName
{
color: #AD759E;
}
.AnyTagClassName
{
color: #AD759E;
}
</style>
background-color css
<style>
a { background-color: #AD759E; }
a { background-color: rgb(173,117,158); }
div.DivClassName
{
background-color: #AD759E;
}
.BgClassName
{
background-color: #AD759E;
}
</style>
border-color css
<style>
span { border-color: #AD759E; }
span { border-color: rgb(173,117,158); }
td.TdClassName
{
border-color: #AD759E;
}
.TagClassName
{
border-color: #AD759E;
}
</style>