Shades of Bouquet #AD6E98
Tints of Bouquet #AD6E98
RGB
CMYK
RGB Variations
Color information
#AD6E98 (or 0xAD6E98) is known color: Bouquet. HEX triplet: AD, 6E and 98. RGB value is (173,110,152). Sum of RGB (Red+Green+Blue) = 173+110+152=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6E98 is #529167. Grayscale: #858585. Windows color (decimal): -5411176 or 9989805. OLE color: 9989805.
HSL color Cylindrical-coordinate representation of color #AD6E98: hue angle of 320º 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 #AD6E98 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 110 | 152 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.32 |
| HSL | 320º | 0.28% | 0.55% | - |
| HSV(B) | 320º | 0.36% | 0.68% | - |
| XYZ | 28.48 | 22.3 | 32.51 | - |
| YUV | 133.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 152 | 0 | 0.36 | 0.12 | 0.32 | 320 | 0.28 | 0.55 |
| Hex | AD | 6E | 98 | 0 | 24 | C | 20 | 140 | 1C | 37 |
| Octal | 255 | 156 | 230 | 0 | 44 | 14 | 40 | 500 | 34 | 67 |
| Binary | 10101101 | 1101110 | 10011000 | 0 | 100100 | 1100 | 100000 | 101000000 | 11100 | 110111 |
Color Harmonies of #AD6E98
Complementary color
Monochromatic Colors of #AD6E98
Black with #AD6E98
Text Example
Text Example
White with #AD6E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6E98; }
p { color: rgb(173,110,152); }
H1.HeaderClassName
{
color: #AD6E98;
}
.AnyTagClassName
{
color: #AD6E98;
}
</style>
background-color css
<style>
a { background-color: #AD6E98; }
a { background-color: rgb(173,110,152); }
div.DivClassName
{
background-color: #AD6E98;
}
.BgClassName
{
background-color: #AD6E98;
}
</style>
border-color css
<style>
span { border-color: #AD6E98; }
span { border-color: rgb(173,110,152); }
td.TdClassName
{
border-color: #AD6E98;
}
.TagClassName
{
border-color: #AD6E98;
}
</style>