Shades of Bouquet #AD6B9E
Tints of Bouquet #AD6B9E
RGB
CMYK
RGB Variations
Color information
#AD6B9E (or 0xAD6B9E) is known color: Bouquet. HEX triplet: AD, 6B and 9E. RGB value is (173,107,158). Sum of RGB (Red+Green+Blue) = 173+107+158=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6B9E is #529461. Grayscale: #848484. Windows color (decimal): -5411938 or 10382253. OLE color: 10382253.
HSL color Cylindrical-coordinate representation of color #AD6B9E: hue angle of 313.64º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD6B9E is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 107 | 158 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.32 |
| HSL | 313.64º | 0.29% | 0.55% | - |
| HSV(B) | 313.64º | 0.38% | 0.68% | - |
| XYZ | 28.66 | 21.87 | 35.06 | - |
| YUV | 132.55 | 142.37 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 158 | 0 | 0.38 | 0.09 | 0.32 | 313.64 | 0.29 | 0.55 |
| Hex | AD | 6B | 9E | 0 | 26 | 9 | 20 | 13A | 1D | 37 |
| Octal | 255 | 153 | 236 | 0 | 46 | 11 | 40 | 472 | 35 | 67 |
| Binary | 10101101 | 1101011 | 10011110 | 0 | 100110 | 1001 | 100000 | 100111010 | 11101 | 110111 |
Color Harmonies of #AD6B9E
Complementary color
Monochromatic Colors of #AD6B9E
Black with #AD6B9E
Text Example
Text Example
White with #AD6B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6B9E; }
p { color: rgb(173,107,158); }
H1.HeaderClassName
{
color: #AD6B9E;
}
.AnyTagClassName
{
color: #AD6B9E;
}
</style>
background-color css
<style>
a { background-color: #AD6B9E; }
a { background-color: rgb(173,107,158); }
div.DivClassName
{
background-color: #AD6B9E;
}
.BgClassName
{
background-color: #AD6B9E;
}
</style>
border-color css
<style>
span { border-color: #AD6B9E; }
span { border-color: rgb(173,107,158); }
td.TdClassName
{
border-color: #AD6B9E;
}
.TagClassName
{
border-color: #AD6B9E;
}
</style>