Shades of Bouquet #A987A1
Tints of Bouquet #A987A1
RGB
CMYK
RGB Variations
Color information
#A987A1 (or 0xA987A1) is known color: Bouquet. HEX triplet: A9, 87 and A1. RGB value is (169,135,161). Sum of RGB (Red+Green+Blue) = 169+135+161=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 169 - color contains mainly: red. Hex color #A987A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A987A1 is #56785E. Grayscale: #949494. Windows color (decimal): -5666911 or 10586025. OLE color: 10586025.
HSL color Cylindrical-coordinate representation of color #A987A1: hue angle of 314.12º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A987A1 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 135 | 161 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.34 |
| HSL | 314.12º | 0.17% | 0.6% | - |
| HSV(B) | 314.12º | 0.2% | 0.66% | - |
| XYZ | 31.46 | 28.34 | 37.53 | - |
| YUV | 148.13 | 135.26 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 135 | 161 | 0 | 0.20 | 0.05 | 0.34 | 314.12 | 0.17 | 0.6 |
| Hex | A9 | 87 | A1 | 0 | 14 | 5 | 22 | 13A | 11 | 3C |
| Octal | 251 | 207 | 241 | 0 | 24 | 5 | 42 | 472 | 21 | 74 |
| Binary | 10101001 | 10000111 | 10100001 | 0 | 10100 | 101 | 100010 | 100111010 | 10001 | 111100 |
Color Harmonies of #A987A1
Complementary color
Monochromatic Colors of #A987A1
Black with #A987A1
Text Example
Text Example
White with #A987A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A987A1; }
p { color: rgb(169,135,161); }
H1.HeaderClassName
{
color: #A987A1;
}
.AnyTagClassName
{
color: #A987A1;
}
</style>
background-color css
<style>
a { background-color: #A987A1; }
a { background-color: rgb(169,135,161); }
div.DivClassName
{
background-color: #A987A1;
}
.BgClassName
{
background-color: #A987A1;
}
</style>
border-color css
<style>
span { border-color: #A987A1; }
span { border-color: rgb(169,135,161); }
td.TdClassName
{
border-color: #A987A1;
}
.TagClassName
{
border-color: #A987A1;
}
</style>