Shades of Bouquet #AD7CA6
Tints of Bouquet #AD7CA6
RGB
CMYK
RGB Variations
Color information
#AD7CA6 (or 0xAD7CA6) is known color: Bouquet. HEX triplet: AD, 7C and A6. RGB value is (173,124,166). Sum of RGB (Red+Green+Blue) = 173+124+166=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7CA6 is #528359. Grayscale: #8F8F8F. Windows color (decimal): -5407578 or 10910893. OLE color: 10910893.
HSL color Cylindrical-coordinate representation of color #AD7CA6: hue angle of 308.57º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD7CA6 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 124 | 166 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.32 |
| HSL | 308.57º | 0.23% | 0.58% | - |
| HSV(B) | 308.57º | 0.28% | 0.68% | - |
| XYZ | 31.32 | 26.05 | 39.45 | - |
| YUV | 143.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 166 | 0 | 0.28 | 0.04 | 0.32 | 308.57 | 0.23 | 0.58 |
| Hex | AD | 7C | A6 | 0 | 1C | 4 | 20 | 135 | 17 | 3A |
| Octal | 255 | 174 | 246 | 0 | 34 | 4 | 40 | 465 | 27 | 72 |
| Binary | 10101101 | 1111100 | 10100110 | 0 | 11100 | 100 | 100000 | 100110101 | 10111 | 111010 |
Color Harmonies of #AD7CA6
Complementary color
Monochromatic Colors of #AD7CA6
Black with #AD7CA6
Text Example
Text Example
White with #AD7CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7CA6; }
p { color: rgb(173,124,166); }
H1.HeaderClassName
{
color: #AD7CA6;
}
.AnyTagClassName
{
color: #AD7CA6;
}
</style>
background-color css
<style>
a { background-color: #AD7CA6; }
a { background-color: rgb(173,124,166); }
div.DivClassName
{
background-color: #AD7CA6;
}
.BgClassName
{
background-color: #AD7CA6;
}
</style>
border-color css
<style>
span { border-color: #AD7CA6; }
span { border-color: rgb(173,124,166); }
td.TdClassName
{
border-color: #AD7CA6;
}
.TagClassName
{
border-color: #AD7CA6;
}
</style>