Shades of Bouquet #AD87A1
Tints of Bouquet #AD87A1
RGB
CMYK
RGB Variations
Color information
#AD87A1 (or 0xAD87A1) is known color: Bouquet. HEX triplet: AD, 87 and A1. RGB value is (173,135,161). Sum of RGB (Red+Green+Blue) = 173+135+161=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #AD87A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD87A1 is #52785E. Grayscale: #959595. Windows color (decimal): -5404767 or 10586029. OLE color: 10586029.
HSL color Cylindrical-coordinate representation of color #AD87A1: hue angle of 318.95º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD87A1 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 135 | 161 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.32 |
| HSL | 318.95º | 0.19% | 0.6% | - |
| HSV(B) | 318.95º | 0.22% | 0.68% | - |
| XYZ | 32.33 | 28.79 | 37.57 | - |
| YUV | 149.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 161 | 0 | 0.22 | 0.07 | 0.32 | 318.95 | 0.19 | 0.6 |
| Hex | AD | 87 | A1 | 0 | 16 | 7 | 20 | 13F | 13 | 3C |
| Octal | 255 | 207 | 241 | 0 | 26 | 7 | 40 | 477 | 23 | 74 |
| Binary | 10101101 | 10000111 | 10100001 | 0 | 10110 | 111 | 100000 | 100111111 | 10011 | 111100 |
Color Harmonies of #AD87A1
Complementary color
Monochromatic Colors of #AD87A1
Black with #AD87A1
Text Example
Text Example
White with #AD87A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD87A1; }
p { color: rgb(173,135,161); }
H1.HeaderClassName
{
color: #AD87A1;
}
.AnyTagClassName
{
color: #AD87A1;
}
</style>
background-color css
<style>
a { background-color: #AD87A1; }
a { background-color: rgb(173,135,161); }
div.DivClassName
{
background-color: #AD87A1;
}
.BgClassName
{
background-color: #AD87A1;
}
</style>
border-color css
<style>
span { border-color: #AD87A1; }
span { border-color: rgb(173,135,161); }
td.TdClassName
{
border-color: #AD87A1;
}
.TagClassName
{
border-color: #AD87A1;
}
</style>