Shades of Bouquet #AD6D9B
Tints of Bouquet #AD6D9B
RGB
CMYK
RGB Variations
Color information
#AD6D9B (or 0xAD6D9B) is known color: Bouquet. HEX triplet: AD, 6D and 9B. RGB value is (173,109,155). Sum of RGB (Red+Green+Blue) = 173+109+155=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6D9B is #529264. Grayscale: #858585. Windows color (decimal): -5411429 or 10186157. OLE color: 10186157.
HSL color Cylindrical-coordinate representation of color #AD6D9B: hue angle of 316.88º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD6D9B is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 155 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.32 |
| HSL | 316.88º | 0.28% | 0.55% | - |
| HSV(B) | 316.88º | 0.37% | 0.68% | - |
| XYZ | 28.62 | 22.19 | 33.78 | - |
| YUV | 133.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 155 | 0 | 0.37 | 0.10 | 0.32 | 316.88 | 0.28 | 0.55 |
| Hex | AD | 6D | 9B | 0 | 25 | A | 20 | 13D | 1C | 37 |
| Octal | 255 | 155 | 233 | 0 | 45 | 12 | 40 | 475 | 34 | 67 |
| Binary | 10101101 | 1101101 | 10011011 | 0 | 100101 | 1010 | 100000 | 100111101 | 11100 | 110111 |
Color Harmonies of #AD6D9B
Complementary color
Monochromatic Colors of #AD6D9B
Black with #AD6D9B
Text Example
Text Example
White with #AD6D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6D9B; }
p { color: rgb(173,109,155); }
H1.HeaderClassName
{
color: #AD6D9B;
}
.AnyTagClassName
{
color: #AD6D9B;
}
</style>
background-color css
<style>
a { background-color: #AD6D9B; }
a { background-color: rgb(173,109,155); }
div.DivClassName
{
background-color: #AD6D9B;
}
.BgClassName
{
background-color: #AD6D9B;
}
</style>
border-color css
<style>
span { border-color: #AD6D9B; }
span { border-color: rgb(173,109,155); }
td.TdClassName
{
border-color: #AD6D9B;
}
.TagClassName
{
border-color: #AD6D9B;
}
</style>