Shades of Bouquet #AD7495
Tints of Bouquet #AD7495
RGB
CMYK
RGB Variations
Color information
#AD7495 (or 0xAD7495) is known color: Bouquet. HEX triplet: AD, 74 and 95. RGB value is (173,116,149). Sum of RGB (Red+Green+Blue) = 173+116+149=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7495 is #528B6A. Grayscale: #888888. Windows color (decimal): -5409643 or 9794733. OLE color: 9794733.
HSL color Cylindrical-coordinate representation of color #AD7495: hue angle of 325.26º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD7495 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 149 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.32 |
| HSL | 325.26º | 0.26% | 0.57% | - |
| HSV(B) | 325.26º | 0.33% | 0.68% | - |
| XYZ | 28.9 | 23.54 | 31.46 | - |
| YUV | 136.81 | 134.88 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 149 | 0 | 0.33 | 0.14 | 0.32 | 325.26 | 0.26 | 0.57 |
| Hex | AD | 74 | 95 | 0 | 21 | E | 20 | 145 | 1A | 39 |
| Octal | 255 | 164 | 225 | 0 | 41 | 16 | 40 | 505 | 32 | 71 |
| Binary | 10101101 | 1110100 | 10010101 | 0 | 100001 | 1110 | 100000 | 101000101 | 11010 | 111001 |
Color Harmonies of #AD7495
Complementary color
Monochromatic Colors of #AD7495
Black with #AD7495
Text Example
Text Example
White with #AD7495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7495; }
p { color: rgb(173,116,149); }
H1.HeaderClassName
{
color: #AD7495;
}
.AnyTagClassName
{
color: #AD7495;
}
</style>
background-color css
<style>
a { background-color: #AD7495; }
a { background-color: rgb(173,116,149); }
div.DivClassName
{
background-color: #AD7495;
}
.BgClassName
{
background-color: #AD7495;
}
</style>
border-color css
<style>
span { border-color: #AD7495; }
span { border-color: rgb(173,116,149); }
td.TdClassName
{
border-color: #AD7495;
}
.TagClassName
{
border-color: #AD7495;
}
</style>