Shades of Bouquet #AD6496
Tints of Bouquet #AD6496
RGB
CMYK
RGB Variations
Color information
#AD6496 (or 0xAD6496) is known color: Bouquet. HEX triplet: AD, 64 and 96. RGB value is (173,100,150). Sum of RGB (Red+Green+Blue) = 173+100+150=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6496 is #529B69. Grayscale: #7F7F7F. Windows color (decimal): -5413738 or 9856173. OLE color: 9856173.
HSL color Cylindrical-coordinate representation of color #AD6496: hue angle of 318.9º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD6496 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 150 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.32 |
| HSL | 318.9º | 0.31% | 0.54% | - |
| HSV(B) | 318.9º | 0.42% | 0.68% | - |
| XYZ | 27.3 | 20.2 | 31.31 | - |
| YUV | 127.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 150 | 0 | 0.42 | 0.13 | 0.32 | 318.9 | 0.31 | 0.54 |
| Hex | AD | 64 | 96 | 0 | 2A | D | 20 | 13F | 1F | 36 |
| Octal | 255 | 144 | 226 | 0 | 52 | 15 | 40 | 477 | 37 | 66 |
| Binary | 10101101 | 1100100 | 10010110 | 0 | 101010 | 1101 | 100000 | 100111111 | 11111 | 110110 |
Color Harmonies of #AD6496
Complementary color
Monochromatic Colors of #AD6496
Black with #AD6496
Text Example
Text Example
White with #AD6496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6496; }
p { color: rgb(173,100,150); }
H1.HeaderClassName
{
color: #AD6496;
}
.AnyTagClassName
{
color: #AD6496;
}
</style>
background-color css
<style>
a { background-color: #AD6496; }
a { background-color: rgb(173,100,150); }
div.DivClassName
{
background-color: #AD6496;
}
.BgClassName
{
background-color: #AD6496;
}
</style>
border-color css
<style>
span { border-color: #AD6496; }
span { border-color: rgb(173,100,150); }
td.TdClassName
{
border-color: #AD6496;
}
.TagClassName
{
border-color: #AD6496;
}
</style>