Shades of Bouquet #AD7893
Tints of Bouquet #AD7893
RGB
CMYK
RGB Variations
Color information
#AD7893 (or 0xAD7893) is known color: Bouquet. HEX triplet: AD, 78 and 93. RGB value is (173,120,147). Sum of RGB (Red+Green+Blue) = 173+120+147=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7893 is #52876C. Grayscale: #8A8A8A. Windows color (decimal): -5408621 or 9664685. OLE color: 9664685.
HSL color Cylindrical-coordinate representation of color #AD7893: hue angle of 329.43º 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 #AD7893 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 147 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.32 |
| HSL | 329.43º | 0.24% | 0.57% | - |
| HSV(B) | 329.43º | 0.31% | 0.68% | - |
| XYZ | 29.22 | 24.42 | 30.78 | - |
| YUV | 138.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 147 | 0 | 0.31 | 0.15 | 0.32 | 329.43 | 0.24 | 0.57 |
| Hex | AD | 78 | 93 | 0 | 1F | F | 20 | 149 | 18 | 39 |
| Octal | 255 | 170 | 223 | 0 | 37 | 17 | 40 | 511 | 30 | 71 |
| Binary | 10101101 | 1111000 | 10010011 | 0 | 11111 | 1111 | 100000 | 101001001 | 11000 | 111001 |
Color Harmonies of #AD7893
Complementary color
Monochromatic Colors of #AD7893
Black with #AD7893
Text Example
Text Example
White with #AD7893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7893; }
p { color: rgb(173,120,147); }
H1.HeaderClassName
{
color: #AD7893;
}
.AnyTagClassName
{
color: #AD7893;
}
</style>
background-color css
<style>
a { background-color: #AD7893; }
a { background-color: rgb(173,120,147); }
div.DivClassName
{
background-color: #AD7893;
}
.BgClassName
{
background-color: #AD7893;
}
</style>
border-color css
<style>
span { border-color: #AD7893; }
span { border-color: rgb(173,120,147); }
td.TdClassName
{
border-color: #AD7893;
}
.TagClassName
{
border-color: #AD7893;
}
</style>