Shades of Bouquet #AD6697
Tints of Bouquet #AD6697
RGB
CMYK
RGB Variations
Color information
#AD6697 (or 0xAD6697) is known color: Bouquet. HEX triplet: AD, 66 and 97. RGB value is (173,102,151). Sum of RGB (Red+Green+Blue) = 173+102+151=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6697 is #529968. Grayscale: #808080. Windows color (decimal): -5413225 or 9922221. OLE color: 9922221.
HSL color Cylindrical-coordinate representation of color #AD6697: hue angle of 318.59º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD6697 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 151 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.32 |
| HSL | 318.59º | 0.3% | 0.54% | - |
| HSV(B) | 318.59º | 0.41% | 0.68% | - |
| XYZ | 27.57 | 20.62 | 31.81 | - |
| YUV | 128.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 151 | 0 | 0.41 | 0.13 | 0.32 | 318.59 | 0.3 | 0.54 |
| Hex | AD | 66 | 97 | 0 | 29 | D | 20 | 13F | 1E | 36 |
| Octal | 255 | 146 | 227 | 0 | 51 | 15 | 40 | 477 | 36 | 66 |
| Binary | 10101101 | 1100110 | 10010111 | 0 | 101001 | 1101 | 100000 | 100111111 | 11110 | 110110 |
Color Harmonies of #AD6697
Complementary color
Monochromatic Colors of #AD6697
Black with #AD6697
Text Example
Text Example
White with #AD6697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6697; }
p { color: rgb(173,102,151); }
H1.HeaderClassName
{
color: #AD6697;
}
.AnyTagClassName
{
color: #AD6697;
}
</style>
background-color css
<style>
a { background-color: #AD6697; }
a { background-color: rgb(173,102,151); }
div.DivClassName
{
background-color: #AD6697;
}
.BgClassName
{
background-color: #AD6697;
}
</style>
border-color css
<style>
span { border-color: #AD6697; }
span { border-color: rgb(173,102,151); }
td.TdClassName
{
border-color: #AD6697;
}
.TagClassName
{
border-color: #AD6697;
}
</style>