Shades of Bouquet #AD6E95
Tints of Bouquet #AD6E95
RGB
CMYK
RGB Variations
Color information
#AD6E95 (or 0xAD6E95) is known color: Bouquet. HEX triplet: AD, 6E and 95. RGB value is (173,110,149). Sum of RGB (Red+Green+Blue) = 173+110+149=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6E95 is #52916A. Grayscale: #858585. Windows color (decimal): -5411179 or 9793197. OLE color: 9793197.
HSL color Cylindrical-coordinate representation of color #AD6E95: hue angle of 322.86º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD6E95 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 110 | 149 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.32 |
| HSL | 322.86º | 0.28% | 0.55% | - |
| HSV(B) | 322.86º | 0.36% | 0.68% | - |
| XYZ | 28.23 | 22.21 | 31.23 | - |
| YUV | 133.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 149 | 0 | 0.36 | 0.14 | 0.32 | 322.86 | 0.28 | 0.55 |
| Hex | AD | 6E | 95 | 0 | 24 | E | 20 | 143 | 1C | 37 |
| Octal | 255 | 156 | 225 | 0 | 44 | 16 | 40 | 503 | 34 | 67 |
| Binary | 10101101 | 1101110 | 10010101 | 0 | 100100 | 1110 | 100000 | 101000011 | 11100 | 110111 |
Color Harmonies of #AD6E95
Complementary color
Monochromatic Colors of #AD6E95
Black with #AD6E95
Text Example
Text Example
White with #AD6E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6E95; }
p { color: rgb(173,110,149); }
H1.HeaderClassName
{
color: #AD6E95;
}
.AnyTagClassName
{
color: #AD6E95;
}
</style>
background-color css
<style>
a { background-color: #AD6E95; }
a { background-color: rgb(173,110,149); }
div.DivClassName
{
background-color: #AD6E95;
}
.BgClassName
{
background-color: #AD6E95;
}
</style>
border-color css
<style>
span { border-color: #AD6E95; }
span { border-color: rgb(173,110,149); }
td.TdClassName
{
border-color: #AD6E95;
}
.TagClassName
{
border-color: #AD6E95;
}
</style>