Shades of Bouquet #AD6997
Tints of Bouquet #AD6997
RGB
CMYK
RGB Variations
Color information
#AD6997 (or 0xAD6997) is known color: Bouquet. HEX triplet: AD, 69 and 97. RGB value is (173,105,151). Sum of RGB (Red+Green+Blue) = 173+105+151=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6997 is #529668. Grayscale: #828282. Windows color (decimal): -5412457 or 9922989. OLE color: 9922989.
HSL color Cylindrical-coordinate representation of color #AD6997: hue angle of 319.41º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD6997 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 151 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.32 |
| HSL | 319.41º | 0.29% | 0.55% | - |
| HSV(B) | 319.41º | 0.39% | 0.68% | - |
| XYZ | 27.87 | 21.22 | 31.91 | - |
| YUV | 130.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 151 | 0 | 0.39 | 0.13 | 0.32 | 319.41 | 0.29 | 0.55 |
| Hex | AD | 69 | 97 | 0 | 27 | D | 20 | 13F | 1D | 37 |
| Octal | 255 | 151 | 227 | 0 | 47 | 15 | 40 | 477 | 35 | 67 |
| Binary | 10101101 | 1101001 | 10010111 | 0 | 100111 | 1101 | 100000 | 100111111 | 11101 | 110111 |
Color Harmonies of #AD6997
Complementary color
Monochromatic Colors of #AD6997
Black with #AD6997
Text Example
Text Example
White with #AD6997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6997; }
p { color: rgb(173,105,151); }
H1.HeaderClassName
{
color: #AD6997;
}
.AnyTagClassName
{
color: #AD6997;
}
</style>
background-color css
<style>
a { background-color: #AD6997; }
a { background-color: rgb(173,105,151); }
div.DivClassName
{
background-color: #AD6997;
}
.BgClassName
{
background-color: #AD6997;
}
</style>
border-color css
<style>
span { border-color: #AD6997; }
span { border-color: rgb(173,105,151); }
td.TdClassName
{
border-color: #AD6997;
}
.TagClassName
{
border-color: #AD6997;
}
</style>