Shades of Bouquet #AD6696
Tints of Bouquet #AD6696
RGB
CMYK
RGB Variations
Color information
#AD6696 (or 0xAD6696) is known color: Bouquet. HEX triplet: AD, 66 and 96. RGB value is (173,102,150). Sum of RGB (Red+Green+Blue) = 173+102+150=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6696 is #529969. Grayscale: #808080. Windows color (decimal): -5413226 or 9856685. OLE color: 9856685.
HSL color Cylindrical-coordinate representation of color #AD6696: hue angle of 319.44º 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 #AD6696 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 150 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.32 |
| HSL | 319.44º | 0.3% | 0.54% | - |
| HSV(B) | 319.44º | 0.41% | 0.68% | - |
| XYZ | 27.49 | 20.59 | 31.38 | - |
| YUV | 128.7 | 140.02 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 150 | 0 | 0.41 | 0.13 | 0.32 | 319.44 | 0.3 | 0.54 |
| Hex | AD | 66 | 96 | 0 | 29 | D | 20 | 13F | 1E | 36 |
| Octal | 255 | 146 | 226 | 0 | 51 | 15 | 40 | 477 | 36 | 66 |
| Binary | 10101101 | 1100110 | 10010110 | 0 | 101001 | 1101 | 100000 | 100111111 | 11110 | 110110 |
Color Harmonies of #AD6696
Complementary color
Monochromatic Colors of #AD6696
Black with #AD6696
Text Example
Text Example
White with #AD6696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6696; }
p { color: rgb(173,102,150); }
H1.HeaderClassName
{
color: #AD6696;
}
.AnyTagClassName
{
color: #AD6696;
}
</style>
background-color css
<style>
a { background-color: #AD6696; }
a { background-color: rgb(173,102,150); }
div.DivClassName
{
background-color: #AD6696;
}
.BgClassName
{
background-color: #AD6696;
}
</style>
border-color css
<style>
span { border-color: #AD6696; }
span { border-color: rgb(173,102,150); }
td.TdClassName
{
border-color: #AD6696;
}
.TagClassName
{
border-color: #AD6696;
}
</style>