Shades of Bouquet #AD7E9E
Tints of Bouquet #AD7E9E
RGB
CMYK
RGB Variations
Color information
#AD7E9E (or 0xAD7E9E) is known color: Bouquet. HEX triplet: AD, 7E and 9E. RGB value is (173,126,158). Sum of RGB (Red+Green+Blue) = 173+126+158=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7E9E is #528161. Grayscale: #8F8F8F. Windows color (decimal): -5407074 or 10387117. OLE color: 10387117.
HSL color Cylindrical-coordinate representation of color #AD7E9E: hue angle of 319.15º 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 #AD7E9E is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 158 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.32 |
| HSL | 319.15º | 0.22% | 0.59% | - |
| HSV(B) | 319.15º | 0.27% | 0.68% | - |
| XYZ | 30.87 | 26.27 | 35.79 | - |
| YUV | 143.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 158 | 0 | 0.27 | 0.09 | 0.32 | 319.15 | 0.22 | 0.59 |
| Hex | AD | 7E | 9E | 0 | 1B | 9 | 20 | 13F | 16 | 3B |
| Octal | 255 | 176 | 236 | 0 | 33 | 11 | 40 | 477 | 26 | 73 |
| Binary | 10101101 | 1111110 | 10011110 | 0 | 11011 | 1001 | 100000 | 100111111 | 10110 | 111011 |
Color Harmonies of #AD7E9E
Complementary color
Monochromatic Colors of #AD7E9E
Black with #AD7E9E
Text Example
Text Example
White with #AD7E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E9E; }
p { color: rgb(173,126,158); }
H1.HeaderClassName
{
color: #AD7E9E;
}
.AnyTagClassName
{
color: #AD7E9E;
}
</style>
background-color css
<style>
a { background-color: #AD7E9E; }
a { background-color: rgb(173,126,158); }
div.DivClassName
{
background-color: #AD7E9E;
}
.BgClassName
{
background-color: #AD7E9E;
}
</style>
border-color css
<style>
span { border-color: #AD7E9E; }
span { border-color: rgb(173,126,158); }
td.TdClassName
{
border-color: #AD7E9E;
}
.TagClassName
{
border-color: #AD7E9E;
}
</style>