Shades of Bouquet #AD6698
Tints of Bouquet #AD6698
RGB
CMYK
RGB Variations
Color information
#AD6698 (or 0xAD6698) is known color: Bouquet. HEX triplet: AD, 66 and 98. RGB value is (173,102,152). Sum of RGB (Red+Green+Blue) = 173+102+152=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6698 is #529967. Grayscale: #808080. Windows color (decimal): -5413224 or 9987757. OLE color: 9987757.
HSL color Cylindrical-coordinate representation of color #AD6698: hue angle of 317.75º 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 #AD6698 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 152 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.32 |
| HSL | 317.75º | 0.3% | 0.54% | - |
| HSV(B) | 317.75º | 0.41% | 0.68% | - |
| XYZ | 27.65 | 20.65 | 32.23 | - |
| YUV | 128.93 | 141.02 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 152 | 0 | 0.41 | 0.12 | 0.32 | 317.75 | 0.3 | 0.54 |
| Hex | AD | 66 | 98 | 0 | 29 | C | 20 | 13E | 1E | 36 |
| Octal | 255 | 146 | 230 | 0 | 51 | 14 | 40 | 476 | 36 | 66 |
| Binary | 10101101 | 1100110 | 10011000 | 0 | 101001 | 1100 | 100000 | 100111110 | 11110 | 110110 |
Color Harmonies of #AD6698
Complementary color
Monochromatic Colors of #AD6698
Black with #AD6698
Text Example
Text Example
White with #AD6698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6698; }
p { color: rgb(173,102,152); }
H1.HeaderClassName
{
color: #AD6698;
}
.AnyTagClassName
{
color: #AD6698;
}
</style>
background-color css
<style>
a { background-color: #AD6698; }
a { background-color: rgb(173,102,152); }
div.DivClassName
{
background-color: #AD6698;
}
.BgClassName
{
background-color: #AD6698;
}
</style>
border-color css
<style>
span { border-color: #AD6698; }
span { border-color: rgb(173,102,152); }
td.TdClassName
{
border-color: #AD6698;
}
.TagClassName
{
border-color: #AD6698;
}
</style>