Shades of Bouquet #AD7EA4
Tints of Bouquet #AD7EA4
RGB
CMYK
RGB Variations
Color information
#AD7EA4 (or 0xAD7EA4) is known color: Bouquet. HEX triplet: AD, 7E and A4. RGB value is (173,126,164). Sum of RGB (Red+Green+Blue) = 173+126+164=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7EA4 is #52815B. Grayscale: #909090. Windows color (decimal): -5407068 or 10780333. OLE color: 10780333.
HSL color Cylindrical-coordinate representation of color #AD7EA4: hue angle of 311.49º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD7EA4 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 164 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.32 |
| HSL | 311.49º | 0.22% | 0.59% | - |
| HSV(B) | 311.49º | 0.27% | 0.68% | - |
| XYZ | 31.4 | 26.49 | 38.58 | - |
| YUV | 144.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 164 | 0 | 0.27 | 0.05 | 0.32 | 311.49 | 0.22 | 0.59 |
| Hex | AD | 7E | A4 | 0 | 1B | 5 | 20 | 137 | 16 | 3B |
| Octal | 255 | 176 | 244 | 0 | 33 | 5 | 40 | 467 | 26 | 73 |
| Binary | 10101101 | 1111110 | 10100100 | 0 | 11011 | 101 | 100000 | 100110111 | 10110 | 111011 |
Color Harmonies of #AD7EA4
Complementary color
Monochromatic Colors of #AD7EA4
Black with #AD7EA4
Text Example
Text Example
White with #AD7EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7EA4; }
p { color: rgb(173,126,164); }
H1.HeaderClassName
{
color: #AD7EA4;
}
.AnyTagClassName
{
color: #AD7EA4;
}
</style>
background-color css
<style>
a { background-color: #AD7EA4; }
a { background-color: rgb(173,126,164); }
div.DivClassName
{
background-color: #AD7EA4;
}
.BgClassName
{
background-color: #AD7EA4;
}
</style>
border-color css
<style>
span { border-color: #AD7EA4; }
span { border-color: rgb(173,126,164); }
td.TdClassName
{
border-color: #AD7EA4;
}
.TagClassName
{
border-color: #AD7EA4;
}
</style>