Shades of Bouquet #AD789B
Tints of Bouquet #AD789B
RGB
CMYK
RGB Variations
Color information
#AD789B (or 0xAD789B) is known color: Bouquet. HEX triplet: AD, 78 and 9B. RGB value is (173,120,155). Sum of RGB (Red+Green+Blue) = 173+120+155=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD789B is #528764. Grayscale: #8B8B8B. Windows color (decimal): -5408613 or 10188973. OLE color: 10188973.
HSL color Cylindrical-coordinate representation of color #AD789B: hue angle of 320.38º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD789B is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 155 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.32 |
| HSL | 320.38º | 0.24% | 0.57% | - |
| HSV(B) | 320.38º | 0.31% | 0.68% | - |
| XYZ | 29.87 | 24.68 | 34.2 | - |
| YUV | 139.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 155 | 0 | 0.31 | 0.10 | 0.32 | 320.38 | 0.24 | 0.57 |
| Hex | AD | 78 | 9B | 0 | 1F | A | 20 | 140 | 18 | 39 |
| Octal | 255 | 170 | 233 | 0 | 37 | 12 | 40 | 500 | 30 | 71 |
| Binary | 10101101 | 1111000 | 10011011 | 0 | 11111 | 1010 | 100000 | 101000000 | 11000 | 111001 |
Color Harmonies of #AD789B
Complementary color
Monochromatic Colors of #AD789B
Black with #AD789B
Text Example
Text Example
White with #AD789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD789B; }
p { color: rgb(173,120,155); }
H1.HeaderClassName
{
color: #AD789B;
}
.AnyTagClassName
{
color: #AD789B;
}
</style>
background-color css
<style>
a { background-color: #AD789B; }
a { background-color: rgb(173,120,155); }
div.DivClassName
{
background-color: #AD789B;
}
.BgClassName
{
background-color: #AD789B;
}
</style>
border-color css
<style>
span { border-color: #AD789B; }
span { border-color: rgb(173,120,155); }
td.TdClassName
{
border-color: #AD789B;
}
.TagClassName
{
border-color: #AD789B;
}
</style>