Shades of Bouquet #AD839E
Tints of Bouquet #AD839E
RGB
CMYK
RGB Variations
Color information
#AD839E (or 0xAD839E) is known color: Bouquet. HEX triplet: AD, 83 and 9E. RGB value is (173,131,158). Sum of RGB (Red+Green+Blue) = 173+131+158=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #AD839E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD839E is #527C61. Grayscale: #929292. Windows color (decimal): -5405794 or 10388397. OLE color: 10388397.
HSL color Cylindrical-coordinate representation of color #AD839E: hue angle of 321.43º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD839E is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 158 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.32 |
| HSL | 321.43º | 0.2% | 0.6% | - |
| HSV(B) | 321.43º | 0.24% | 0.68% | - |
| XYZ | 31.52 | 27.59 | 36.01 | - |
| YUV | 146.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 158 | 0 | 0.24 | 0.09 | 0.32 | 321.43 | 0.2 | 0.6 |
| Hex | AD | 83 | 9E | 0 | 18 | 9 | 20 | 141 | 14 | 3C |
| Octal | 255 | 203 | 236 | 0 | 30 | 11 | 40 | 501 | 24 | 74 |
| Binary | 10101101 | 10000011 | 10011110 | 0 | 11000 | 1001 | 100000 | 101000001 | 10100 | 111100 |
Color Harmonies of #AD839E
Complementary color
Monochromatic Colors of #AD839E
Black with #AD839E
Text Example
Text Example
White with #AD839E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD839E; }
p { color: rgb(173,131,158); }
H1.HeaderClassName
{
color: #AD839E;
}
.AnyTagClassName
{
color: #AD839E;
}
</style>
background-color css
<style>
a { background-color: #AD839E; }
a { background-color: rgb(173,131,158); }
div.DivClassName
{
background-color: #AD839E;
}
.BgClassName
{
background-color: #AD839E;
}
</style>
border-color css
<style>
span { border-color: #AD839E; }
span { border-color: rgb(173,131,158); }
td.TdClassName
{
border-color: #AD839E;
}
.TagClassName
{
border-color: #AD839E;
}
</style>