Shades of Bouquet #AD7BA5
Tints of Bouquet #AD7BA5
RGB
CMYK
RGB Variations
Color information
#AD7BA5 (or 0xAD7BA5) is known color: Bouquet. HEX triplet: AD, 7B and A5. RGB value is (173,123,165). Sum of RGB (Red+Green+Blue) = 173+123+165=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7BA5 is #52845A. Grayscale: #8E8E8E. Windows color (decimal): -5407835 or 10845101. OLE color: 10845101.
HSL color Cylindrical-coordinate representation of color #AD7BA5: hue angle of 309.6º 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 #AD7BA5 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 165 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.32 |
| HSL | 309.6º | 0.23% | 0.58% | - |
| HSV(B) | 309.6º | 0.29% | 0.68% | - |
| XYZ | 31.11 | 25.77 | 38.93 | - |
| YUV | 142.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 165 | 0 | 0.29 | 0.05 | 0.32 | 309.6 | 0.23 | 0.58 |
| Hex | AD | 7B | A5 | 0 | 1D | 5 | 20 | 136 | 17 | 3A |
| Octal | 255 | 173 | 245 | 0 | 35 | 5 | 40 | 466 | 27 | 72 |
| Binary | 10101101 | 1111011 | 10100101 | 0 | 11101 | 101 | 100000 | 100110110 | 10111 | 111010 |
Color Harmonies of #AD7BA5
Complementary color
Monochromatic Colors of #AD7BA5
Black with #AD7BA5
Text Example
Text Example
White with #AD7BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7BA5; }
p { color: rgb(173,123,165); }
H1.HeaderClassName
{
color: #AD7BA5;
}
.AnyTagClassName
{
color: #AD7BA5;
}
</style>
background-color css
<style>
a { background-color: #AD7BA5; }
a { background-color: rgb(173,123,165); }
div.DivClassName
{
background-color: #AD7BA5;
}
.BgClassName
{
background-color: #AD7BA5;
}
</style>
border-color css
<style>
span { border-color: #AD7BA5; }
span { border-color: rgb(173,123,165); }
td.TdClassName
{
border-color: #AD7BA5;
}
.TagClassName
{
border-color: #AD7BA5;
}
</style>