Shades of Bouquet #AD6E90
Tints of Bouquet #AD6E90
RGB
CMYK
RGB Variations
Color information
#AD6E90 (or 0xAD6E90) is known color: Bouquet. HEX triplet: AD, 6E and 90. RGB value is (173,110,144). Sum of RGB (Red+Green+Blue) = 173+110+144=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6E90 is #52916F. Grayscale: #848484. Windows color (decimal): -5411184 or 9465517. OLE color: 9465517.
HSL color Cylindrical-coordinate representation of color #AD6E90: hue angle of 327.62º 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 #AD6E90 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 110 | 144 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.32 |
| HSL | 327.62º | 0.28% | 0.55% | - |
| HSV(B) | 327.62º | 0.36% | 0.68% | - |
| XYZ | 27.84 | 22.05 | 29.17 | - |
| YUV | 132.71 | 134.37 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 144 | 0 | 0.36 | 0.17 | 0.32 | 327.62 | 0.28 | 0.55 |
| Hex | AD | 6E | 90 | 0 | 24 | 11 | 20 | 148 | 1C | 37 |
| Octal | 255 | 156 | 220 | 0 | 44 | 21 | 40 | 510 | 34 | 67 |
| Binary | 10101101 | 1101110 | 10010000 | 0 | 100100 | 10001 | 100000 | 101001000 | 11100 | 110111 |
Color Harmonies of #AD6E90
Complementary color
Monochromatic Colors of #AD6E90
Black with #AD6E90
Text Example
Text Example
White with #AD6E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6E90; }
p { color: rgb(173,110,144); }
H1.HeaderClassName
{
color: #AD6E90;
}
.AnyTagClassName
{
color: #AD6E90;
}
</style>
background-color css
<style>
a { background-color: #AD6E90; }
a { background-color: rgb(173,110,144); }
div.DivClassName
{
background-color: #AD6E90;
}
.BgClassName
{
background-color: #AD6E90;
}
</style>
border-color css
<style>
span { border-color: #AD6E90; }
span { border-color: rgb(173,110,144); }
td.TdClassName
{
border-color: #AD6E90;
}
.TagClassName
{
border-color: #AD6E90;
}
</style>