Shades of Bouquet #AD7A9F
Tints of Bouquet #AD7A9F
RGB
CMYK
RGB Variations
Color information
#AD7A9F (or 0xAD7A9F) is known color: Bouquet. HEX triplet: AD, 7A and 9F. RGB value is (173,122,159). Sum of RGB (Red+Green+Blue) = 173+122+159=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7A9F is #528560. Grayscale: #8D8D8D. Windows color (decimal): -5408097 or 10451629. OLE color: 10451629.
HSL color Cylindrical-coordinate representation of color #AD7A9F: hue angle of 316.47º degrees, saturation: 0.24, 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 #AD7A9F is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 159 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.32 |
| HSL | 316.47º | 0.24% | 0.58% | - |
| HSV(B) | 316.47º | 0.29% | 0.68% | - |
| XYZ | 30.45 | 25.31 | 36.08 | - |
| YUV | 141.47 | 137.9 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 159 | 0 | 0.29 | 0.08 | 0.32 | 316.47 | 0.24 | 0.58 |
| Hex | AD | 7A | 9F | 0 | 1D | 8 | 20 | 13C | 18 | 3A |
| Octal | 255 | 172 | 237 | 0 | 35 | 10 | 40 | 474 | 30 | 72 |
| Binary | 10101101 | 1111010 | 10011111 | 0 | 11101 | 1000 | 100000 | 100111100 | 11000 | 111010 |
Color Harmonies of #AD7A9F
Complementary color
Monochromatic Colors of #AD7A9F
Black with #AD7A9F
Text Example
Text Example
White with #AD7A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A9F; }
p { color: rgb(173,122,159); }
H1.HeaderClassName
{
color: #AD7A9F;
}
.AnyTagClassName
{
color: #AD7A9F;
}
</style>
background-color css
<style>
a { background-color: #AD7A9F; }
a { background-color: rgb(173,122,159); }
div.DivClassName
{
background-color: #AD7A9F;
}
.BgClassName
{
background-color: #AD7A9F;
}
</style>
border-color css
<style>
span { border-color: #AD7A9F; }
span { border-color: rgb(173,122,159); }
td.TdClassName
{
border-color: #AD7A9F;
}
.TagClassName
{
border-color: #AD7A9F;
}
</style>