Shades of Bouquet #AD7BA6
Tints of Bouquet #AD7BA6
RGB
CMYK
RGB Variations
Color information
#AD7BA6 (or 0xAD7BA6) is known color: Bouquet. HEX triplet: AD, 7B and A6. RGB value is (173,123,166). Sum of RGB (Red+Green+Blue) = 173+123+166=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7BA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7BA6 is #528459. Grayscale: #8E8E8E. Windows color (decimal): -5407834 or 10910637. OLE color: 10910637.
HSL color Cylindrical-coordinate representation of color #AD7BA6: hue angle of 308.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD7BA6 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 166 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.32 |
| HSL | 308.4º | 0.23% | 0.58% | - |
| HSV(B) | 308.4º | 0.29% | 0.68% | - |
| XYZ | 31.2 | 25.8 | 39.41 | - |
| YUV | 142.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 166 | 0 | 0.29 | 0.04 | 0.32 | 308.4 | 0.23 | 0.58 |
| Hex | AD | 7B | A6 | 0 | 1D | 4 | 20 | 134 | 17 | 3A |
| Octal | 255 | 173 | 246 | 0 | 35 | 4 | 40 | 464 | 27 | 72 |
| Binary | 10101101 | 1111011 | 10100110 | 0 | 11101 | 100 | 100000 | 100110100 | 10111 | 111010 |
Color Harmonies of #AD7BA6
Complementary color
Monochromatic Colors of #AD7BA6
Black with #AD7BA6
Text Example
Text Example
White with #AD7BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7BA6; }
p { color: rgb(173,123,166); }
H1.HeaderClassName
{
color: #AD7BA6;
}
.AnyTagClassName
{
color: #AD7BA6;
}
</style>
background-color css
<style>
a { background-color: #AD7BA6; }
a { background-color: rgb(173,123,166); }
div.DivClassName
{
background-color: #AD7BA6;
}
.BgClassName
{
background-color: #AD7BA6;
}
</style>
border-color css
<style>
span { border-color: #AD7BA6; }
span { border-color: rgb(173,123,166); }
td.TdClassName
{
border-color: #AD7BA6;
}
.TagClassName
{
border-color: #AD7BA6;
}
</style>