Shades of Bouquet #AD7F9E
Tints of Bouquet #AD7F9E
RGB
CMYK
RGB Variations
Color information
#AD7F9E (or 0xAD7F9E) is known color: Bouquet. HEX triplet: AD, 7F and 9E. RGB value is (173,127,158). Sum of RGB (Red+Green+Blue) = 173+127+158=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7F9E is #528061. Grayscale: #909090. Windows color (decimal): -5406818 or 10387373. OLE color: 10387373.
HSL color Cylindrical-coordinate representation of color #AD7F9E: hue angle of 319.57º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD7F9E is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 127 | 158 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.32 |
| HSL | 319.57º | 0.22% | 0.59% | - |
| HSV(B) | 319.57º | 0.27% | 0.68% | - |
| XYZ | 30.99 | 26.53 | 35.84 | - |
| YUV | 144.29 | 135.74 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 158 | 0 | 0.27 | 0.09 | 0.32 | 319.57 | 0.22 | 0.59 |
| Hex | AD | 7F | 9E | 0 | 1B | 9 | 20 | 140 | 16 | 3B |
| Octal | 255 | 177 | 236 | 0 | 33 | 11 | 40 | 500 | 26 | 73 |
| Binary | 10101101 | 1111111 | 10011110 | 0 | 11011 | 1001 | 100000 | 101000000 | 10110 | 111011 |
Color Harmonies of #AD7F9E
Complementary color
Monochromatic Colors of #AD7F9E
Black with #AD7F9E
Text Example
Text Example
White with #AD7F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7F9E; }
p { color: rgb(173,127,158); }
H1.HeaderClassName
{
color: #AD7F9E;
}
.AnyTagClassName
{
color: #AD7F9E;
}
</style>
background-color css
<style>
a { background-color: #AD7F9E; }
a { background-color: rgb(173,127,158); }
div.DivClassName
{
background-color: #AD7F9E;
}
.BgClassName
{
background-color: #AD7F9E;
}
</style>
border-color css
<style>
span { border-color: #AD7F9E; }
span { border-color: rgb(173,127,158); }
td.TdClassName
{
border-color: #AD7F9E;
}
.TagClassName
{
border-color: #AD7F9E;
}
</style>