Shades of Bouquet #AD6896
Tints of Bouquet #AD6896
RGB
CMYK
RGB Variations
Color information
#AD6896 (or 0xAD6896) is known color: Bouquet. HEX triplet: AD, 68 and 96. RGB value is (173,104,150). Sum of RGB (Red+Green+Blue) = 173+104+150=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6896 is #529769. Grayscale: #818181. Windows color (decimal): -5412714 or 9857197. OLE color: 9857197.
HSL color Cylindrical-coordinate representation of color #AD6896: hue angle of 320º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD6896 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 150 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.32 |
| HSL | 320º | 0.3% | 0.54% | - |
| HSV(B) | 320º | 0.4% | 0.68% | - |
| XYZ | 27.69 | 20.99 | 31.45 | - |
| YUV | 129.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 150 | 0 | 0.40 | 0.13 | 0.32 | 320 | 0.3 | 0.54 |
| Hex | AD | 68 | 96 | 0 | 28 | D | 20 | 140 | 1E | 36 |
| Octal | 255 | 150 | 226 | 0 | 50 | 15 | 40 | 500 | 36 | 66 |
| Binary | 10101101 | 1101000 | 10010110 | 0 | 101000 | 1101 | 100000 | 101000000 | 11110 | 110110 |
Color Harmonies of #AD6896
Complementary color
Monochromatic Colors of #AD6896
Black with #AD6896
Text Example
Text Example
White with #AD6896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6896; }
p { color: rgb(173,104,150); }
H1.HeaderClassName
{
color: #AD6896;
}
.AnyTagClassName
{
color: #AD6896;
}
</style>
background-color css
<style>
a { background-color: #AD6896; }
a { background-color: rgb(173,104,150); }
div.DivClassName
{
background-color: #AD6896;
}
.BgClassName
{
background-color: #AD6896;
}
</style>
border-color css
<style>
span { border-color: #AD6896; }
span { border-color: rgb(173,104,150); }
td.TdClassName
{
border-color: #AD6896;
}
.TagClassName
{
border-color: #AD6896;
}
</style>