Shades of Bouquet #AD7EA1
Tints of Bouquet #AD7EA1
RGB
CMYK
RGB Variations
Color information
#AD7EA1 (or 0xAD7EA1) is known color: Bouquet. HEX triplet: AD, 7E and A1. RGB value is (173,126,161). Sum of RGB (Red+Green+Blue) = 173+126+161=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7EA1 is #52815E. Grayscale: #8F8F8F. Windows color (decimal): -5407071 or 10583725. OLE color: 10583725.
HSL color Cylindrical-coordinate representation of color #AD7EA1: hue angle of 315.32º 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 #AD7EA1 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 161 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.32 |
| HSL | 315.32º | 0.22% | 0.59% | - |
| HSV(B) | 315.32º | 0.27% | 0.68% | - |
| XYZ | 31.13 | 26.38 | 37.17 | - |
| YUV | 144.04 | 137.57 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 161 | 0 | 0.27 | 0.07 | 0.32 | 315.32 | 0.22 | 0.59 |
| Hex | AD | 7E | A1 | 0 | 1B | 7 | 20 | 13B | 16 | 3B |
| Octal | 255 | 176 | 241 | 0 | 33 | 7 | 40 | 473 | 26 | 73 |
| Binary | 10101101 | 1111110 | 10100001 | 0 | 11011 | 111 | 100000 | 100111011 | 10110 | 111011 |
Color Harmonies of #AD7EA1
Complementary color
Monochromatic Colors of #AD7EA1
Black with #AD7EA1
Text Example
Text Example
White with #AD7EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7EA1; }
p { color: rgb(173,126,161); }
H1.HeaderClassName
{
color: #AD7EA1;
}
.AnyTagClassName
{
color: #AD7EA1;
}
</style>
background-color css
<style>
a { background-color: #AD7EA1; }
a { background-color: rgb(173,126,161); }
div.DivClassName
{
background-color: #AD7EA1;
}
.BgClassName
{
background-color: #AD7EA1;
}
</style>
border-color css
<style>
span { border-color: #AD7EA1; }
span { border-color: rgb(173,126,161); }
td.TdClassName
{
border-color: #AD7EA1;
}
.TagClassName
{
border-color: #AD7EA1;
}
</style>