Shades of Bouquet #AD7895
Tints of Bouquet #AD7895
RGB
CMYK
RGB Variations
Color information
#AD7895 (or 0xAD7895) is known color: Bouquet. HEX triplet: AD, 78 and 95. RGB value is (173,120,149). Sum of RGB (Red+Green+Blue) = 173+120+149=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7895 is #52876A. Grayscale: #8B8B8B. Windows color (decimal): -5408619 or 9795757. OLE color: 9795757.
HSL color Cylindrical-coordinate representation of color #AD7895: hue angle of 327.17º 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 #AD7895 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 149 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.32 |
| HSL | 327.17º | 0.24% | 0.57% | - |
| HSV(B) | 327.17º | 0.31% | 0.68% | - |
| XYZ | 29.37 | 24.49 | 31.61 | - |
| YUV | 139.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 149 | 0 | 0.31 | 0.14 | 0.32 | 327.17 | 0.24 | 0.57 |
| Hex | AD | 78 | 95 | 0 | 1F | E | 20 | 147 | 18 | 39 |
| Octal | 255 | 170 | 225 | 0 | 37 | 16 | 40 | 507 | 30 | 71 |
| Binary | 10101101 | 1111000 | 10010101 | 0 | 11111 | 1110 | 100000 | 101000111 | 11000 | 111001 |
Color Harmonies of #AD7895
Complementary color
Monochromatic Colors of #AD7895
Black with #AD7895
Text Example
Text Example
White with #AD7895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7895; }
p { color: rgb(173,120,149); }
H1.HeaderClassName
{
color: #AD7895;
}
.AnyTagClassName
{
color: #AD7895;
}
</style>
background-color css
<style>
a { background-color: #AD7895; }
a { background-color: rgb(173,120,149); }
div.DivClassName
{
background-color: #AD7895;
}
.BgClassName
{
background-color: #AD7895;
}
</style>
border-color css
<style>
span { border-color: #AD7895; }
span { border-color: rgb(173,120,149); }
td.TdClassName
{
border-color: #AD7895;
}
.TagClassName
{
border-color: #AD7895;
}
</style>