Shades of Bouquet #AD7F9F
Tints of Bouquet #AD7F9F
RGB
CMYK
RGB Variations
Color information
#AD7F9F (or 0xAD7F9F) is known color: Bouquet. HEX triplet: AD, 7F and 9F. RGB value is (173,127,159). Sum of RGB (Red+Green+Blue) = 173+127+159=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7F9F is #528060. Grayscale: #909090. Windows color (decimal): -5406817 or 10452909. OLE color: 10452909.
HSL color Cylindrical-coordinate representation of color #AD7F9F: hue angle of 318.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 #AD7F9F is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 127 | 159 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.32 |
| HSL | 318.26º | 0.22% | 0.59% | - |
| HSV(B) | 318.26º | 0.27% | 0.68% | - |
| XYZ | 31.08 | 26.57 | 36.29 | - |
| YUV | 144.4 | 136.24 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 159 | 0 | 0.27 | 0.08 | 0.32 | 318.26 | 0.22 | 0.59 |
| Hex | AD | 7F | 9F | 0 | 1B | 8 | 20 | 13E | 16 | 3B |
| Octal | 255 | 177 | 237 | 0 | 33 | 10 | 40 | 476 | 26 | 73 |
| Binary | 10101101 | 1111111 | 10011111 | 0 | 11011 | 1000 | 100000 | 100111110 | 10110 | 111011 |
Color Harmonies of #AD7F9F
Complementary color
Monochromatic Colors of #AD7F9F
Black with #AD7F9F
Text Example
Text Example
White with #AD7F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7F9F; }
p { color: rgb(173,127,159); }
H1.HeaderClassName
{
color: #AD7F9F;
}
.AnyTagClassName
{
color: #AD7F9F;
}
</style>
background-color css
<style>
a { background-color: #AD7F9F; }
a { background-color: rgb(173,127,159); }
div.DivClassName
{
background-color: #AD7F9F;
}
.BgClassName
{
background-color: #AD7F9F;
}
</style>
border-color css
<style>
span { border-color: #AD7F9F; }
span { border-color: rgb(173,127,159); }
td.TdClassName
{
border-color: #AD7F9F;
}
.TagClassName
{
border-color: #AD7F9F;
}
</style>