Shades of Bouquet #AD7294
Tints of Bouquet #AD7294
RGB
CMYK
RGB Variations
Color information
#AD7294 (or 0xAD7294) is known color: Bouquet. HEX triplet: AD, 72 and 94. RGB value is (173,114,148). Sum of RGB (Red+Green+Blue) = 173+114+148=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7294 is #528D6B. Grayscale: #878787. Windows color (decimal): -5410156 or 9728685. OLE color: 9728685.
HSL color Cylindrical-coordinate representation of color #AD7294: hue angle of 325.42º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD7294 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 148 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.32 |
| HSL | 325.42º | 0.26% | 0.56% | - |
| HSV(B) | 325.42º | 0.34% | 0.68% | - |
| XYZ | 28.6 | 23.06 | 30.96 | - |
| YUV | 135.52 | 135.05 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 148 | 0 | 0.34 | 0.14 | 0.32 | 325.42 | 0.26 | 0.56 |
| Hex | AD | 72 | 94 | 0 | 22 | E | 20 | 145 | 1A | 38 |
| Octal | 255 | 162 | 224 | 0 | 42 | 16 | 40 | 505 | 32 | 70 |
| Binary | 10101101 | 1110010 | 10010100 | 0 | 100010 | 1110 | 100000 | 101000101 | 11010 | 111000 |
Color Harmonies of #AD7294
Complementary color
Monochromatic Colors of #AD7294
Black with #AD7294
Text Example
Text Example
White with #AD7294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7294; }
p { color: rgb(173,114,148); }
H1.HeaderClassName
{
color: #AD7294;
}
.AnyTagClassName
{
color: #AD7294;
}
</style>
background-color css
<style>
a { background-color: #AD7294; }
a { background-color: rgb(173,114,148); }
div.DivClassName
{
background-color: #AD7294;
}
.BgClassName
{
background-color: #AD7294;
}
</style>
border-color css
<style>
span { border-color: #AD7294; }
span { border-color: rgb(173,114,148); }
td.TdClassName
{
border-color: #AD7294;
}
.TagClassName
{
border-color: #AD7294;
}
</style>