Shades of Bouquet #AD7E9A
Tints of Bouquet #AD7E9A
RGB
CMYK
RGB Variations
Color information
#AD7E9A (or 0xAD7E9A) is known color: Bouquet. HEX triplet: AD, 7E and 9A. RGB value is (173,126,154). Sum of RGB (Red+Green+Blue) = 173+126+154=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7E9A is #528165. Grayscale: #8F8F8F. Windows color (decimal): -5407078 or 10124973. OLE color: 10124973.
HSL color Cylindrical-coordinate representation of color #AD7E9A: hue angle of 324.26º 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 #AD7E9A is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 154 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.32 |
| HSL | 324.26º | 0.22% | 0.59% | - |
| HSV(B) | 324.26º | 0.27% | 0.68% | - |
| XYZ | 30.53 | 26.14 | 34.01 | - |
| YUV | 143.25 | 134.07 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 154 | 0 | 0.27 | 0.11 | 0.32 | 324.26 | 0.22 | 0.59 |
| Hex | AD | 7E | 9A | 0 | 1B | B | 20 | 144 | 16 | 3B |
| Octal | 255 | 176 | 232 | 0 | 33 | 13 | 40 | 504 | 26 | 73 |
| Binary | 10101101 | 1111110 | 10011010 | 0 | 11011 | 1011 | 100000 | 101000100 | 10110 | 111011 |
Color Harmonies of #AD7E9A
Complementary color
Monochromatic Colors of #AD7E9A
Black with #AD7E9A
Text Example
Text Example
White with #AD7E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E9A; }
p { color: rgb(173,126,154); }
H1.HeaderClassName
{
color: #AD7E9A;
}
.AnyTagClassName
{
color: #AD7E9A;
}
</style>
background-color css
<style>
a { background-color: #AD7E9A; }
a { background-color: rgb(173,126,154); }
div.DivClassName
{
background-color: #AD7E9A;
}
.BgClassName
{
background-color: #AD7E9A;
}
</style>
border-color css
<style>
span { border-color: #AD7E9A; }
span { border-color: rgb(173,126,154); }
td.TdClassName
{
border-color: #AD7E9A;
}
.TagClassName
{
border-color: #AD7E9A;
}
</style>