Shades of Bouquet #AD7FA0
Tints of Bouquet #AD7FA0
RGB
CMYK
RGB Variations
Color information
#AD7FA0 (or 0xAD7FA0) is known color: Bouquet. HEX triplet: AD, 7F and A0. RGB value is (173,127,160). Sum of RGB (Red+Green+Blue) = 173+127+160=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7FA0 is #52805F. Grayscale: #909090. Windows color (decimal): -5406816 or 10518445. OLE color: 10518445.
HSL color Cylindrical-coordinate representation of color #AD7FA0: hue angle of 316.96º 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 #AD7FA0 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 127 | 160 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.32 |
| HSL | 316.96º | 0.22% | 0.59% | - |
| HSV(B) | 316.96º | 0.27% | 0.68% | - |
| XYZ | 31.17 | 26.6 | 36.75 | - |
| YUV | 144.52 | 136.74 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 160 | 0 | 0.27 | 0.08 | 0.32 | 316.96 | 0.22 | 0.59 |
| Hex | AD | 7F | A0 | 0 | 1B | 8 | 20 | 13D | 16 | 3B |
| Octal | 255 | 177 | 240 | 0 | 33 | 10 | 40 | 475 | 26 | 73 |
| Binary | 10101101 | 1111111 | 10100000 | 0 | 11011 | 1000 | 100000 | 100111101 | 10110 | 111011 |
Color Harmonies of #AD7FA0
Complementary color
Monochromatic Colors of #AD7FA0
Black with #AD7FA0
Text Example
Text Example
White with #AD7FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7FA0; }
p { color: rgb(173,127,160); }
H1.HeaderClassName
{
color: #AD7FA0;
}
.AnyTagClassName
{
color: #AD7FA0;
}
</style>
background-color css
<style>
a { background-color: #AD7FA0; }
a { background-color: rgb(173,127,160); }
div.DivClassName
{
background-color: #AD7FA0;
}
.BgClassName
{
background-color: #AD7FA0;
}
</style>
border-color css
<style>
span { border-color: #AD7FA0; }
span { border-color: rgb(173,127,160); }
td.TdClassName
{
border-color: #AD7FA0;
}
.TagClassName
{
border-color: #AD7FA0;
}
</style>