Shades of Bouquet #AD7FA5
Tints of Bouquet #AD7FA5
RGB
CMYK
RGB Variations
Color information
#AD7FA5 (or 0xAD7FA5) is known color: Bouquet. HEX triplet: AD, 7F and A5. RGB value is (173,127,165). Sum of RGB (Red+Green+Blue) = 173+127+165=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7FA5 is #52805A. Grayscale: #909090. Windows color (decimal): -5406811 or 10846125. OLE color: 10846125.
HSL color Cylindrical-coordinate representation of color #AD7FA5: hue angle of 310.43º 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 #AD7FA5 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 127 | 165 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.32 |
| HSL | 310.43º | 0.22% | 0.59% | - |
| HSV(B) | 310.43º | 0.27% | 0.68% | - |
| XYZ | 31.61 | 26.78 | 39.1 | - |
| YUV | 145.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 165 | 0 | 0.27 | 0.05 | 0.32 | 310.43 | 0.22 | 0.59 |
| Hex | AD | 7F | A5 | 0 | 1B | 5 | 20 | 136 | 16 | 3B |
| Octal | 255 | 177 | 245 | 0 | 33 | 5 | 40 | 466 | 26 | 73 |
| Binary | 10101101 | 1111111 | 10100101 | 0 | 11011 | 101 | 100000 | 100110110 | 10110 | 111011 |
Color Harmonies of #AD7FA5
Complementary color
Monochromatic Colors of #AD7FA5
Black with #AD7FA5
Text Example
Text Example
White with #AD7FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7FA5; }
p { color: rgb(173,127,165); }
H1.HeaderClassName
{
color: #AD7FA5;
}
.AnyTagClassName
{
color: #AD7FA5;
}
</style>
background-color css
<style>
a { background-color: #AD7FA5; }
a { background-color: rgb(173,127,165); }
div.DivClassName
{
background-color: #AD7FA5;
}
.BgClassName
{
background-color: #AD7FA5;
}
</style>
border-color css
<style>
span { border-color: #AD7FA5; }
span { border-color: rgb(173,127,165); }
td.TdClassName
{
border-color: #AD7FA5;
}
.TagClassName
{
border-color: #AD7FA5;
}
</style>