Shades of Bouquet #AD6D9F
Tints of Bouquet #AD6D9F
RGB
CMYK
RGB Variations
Color information
#AD6D9F (or 0xAD6D9F) is known color: Bouquet. HEX triplet: AD, 6D and 9F. RGB value is (173,109,159). Sum of RGB (Red+Green+Blue) = 173+109+159=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6D9F is #529260. Grayscale: #858585. Windows color (decimal): -5411425 or 10448301. OLE color: 10448301.
HSL color Cylindrical-coordinate representation of color #AD6D9F: hue angle of 313.12º 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 #AD6D9F is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 159 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.32 |
| HSL | 313.13º | 0.28% | 0.55% | - |
| HSV(B) | 313.13º | 0.37% | 0.68% | - |
| XYZ | 28.96 | 22.32 | 35.58 | - |
| YUV | 133.84 | 142.2 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 159 | 0 | 0.37 | 0.08 | 0.32 | 313.13 | 0.28 | 0.55 |
| Hex | AD | 6D | 9F | 0 | 25 | 8 | 20 | 139 | 1C | 37 |
| Octal | 255 | 155 | 237 | 0 | 45 | 10 | 40 | 471 | 34 | 67 |
| Binary | 10101101 | 1101101 | 10011111 | 0 | 100101 | 1000 | 100000 | 100111001 | 11100 | 110111 |
Color Harmonies of #AD6D9F
Complementary color
Monochromatic Colors of #AD6D9F
Black with #AD6D9F
Text Example
Text Example
White with #AD6D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6D9F; }
p { color: rgb(173,109,159); }
H1.HeaderClassName
{
color: #AD6D9F;
}
.AnyTagClassName
{
color: #AD6D9F;
}
</style>
background-color css
<style>
a { background-color: #AD6D9F; }
a { background-color: rgb(173,109,159); }
div.DivClassName
{
background-color: #AD6D9F;
}
.BgClassName
{
background-color: #AD6D9F;
}
</style>
border-color css
<style>
span { border-color: #AD6D9F; }
span { border-color: rgb(173,109,159); }
td.TdClassName
{
border-color: #AD6D9F;
}
.TagClassName
{
border-color: #AD6D9F;
}
</style>