Shades of Bouquet #AD7A94
Tints of Bouquet #AD7A94
RGB
CMYK
RGB Variations
Color information
#AD7A94 (or 0xAD7A94) is known color: Bouquet. HEX triplet: AD, 7A and 94. RGB value is (173,122,148). Sum of RGB (Red+Green+Blue) = 173+122+148=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7A94 is #52856B. Grayscale: #8C8C8C. Windows color (decimal): -5408108 or 9730733. OLE color: 9730733.
HSL color Cylindrical-coordinate representation of color #AD7A94: hue angle of 329.41º 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 #AD7A94 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 148 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.32 |
| HSL | 329.41º | 0.24% | 0.58% | - |
| HSV(B) | 329.41º | 0.29% | 0.68% | - |
| XYZ | 29.54 | 24.94 | 31.27 | - |
| YUV | 140.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 148 | 0 | 0.29 | 0.14 | 0.32 | 329.41 | 0.24 | 0.58 |
| Hex | AD | 7A | 94 | 0 | 1D | E | 20 | 149 | 18 | 3A |
| Octal | 255 | 172 | 224 | 0 | 35 | 16 | 40 | 511 | 30 | 72 |
| Binary | 10101101 | 1111010 | 10010100 | 0 | 11101 | 1110 | 100000 | 101001001 | 11000 | 111010 |
Color Harmonies of #AD7A94
Complementary color
Monochromatic Colors of #AD7A94
Black with #AD7A94
Text Example
Text Example
White with #AD7A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A94; }
p { color: rgb(173,122,148); }
H1.HeaderClassName
{
color: #AD7A94;
}
.AnyTagClassName
{
color: #AD7A94;
}
</style>
background-color css
<style>
a { background-color: #AD7A94; }
a { background-color: rgb(173,122,148); }
div.DivClassName
{
background-color: #AD7A94;
}
.BgClassName
{
background-color: #AD7A94;
}
</style>
border-color css
<style>
span { border-color: #AD7A94; }
span { border-color: rgb(173,122,148); }
td.TdClassName
{
border-color: #AD7A94;
}
.TagClassName
{
border-color: #AD7A94;
}
</style>