Shades of Bouquet #A986A1
Tints of Bouquet #A986A1
RGB
CMYK
RGB Variations
Color information
#A986A1 (or 0xA986A1) is known color: Bouquet. HEX triplet: A9, 86 and A1. RGB value is (169,134,161). Sum of RGB (Red+Green+Blue) = 169+134+161=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 169 - color contains mainly: red. Hex color #A986A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A986A1 is #56795E. Grayscale: #939393. Windows color (decimal): -5667167 or 10585769. OLE color: 10585769.
HSL color Cylindrical-coordinate representation of color #A986A1: hue angle of 313.71º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A986A1 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 134 | 161 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.34 |
| HSL | 313.71º | 0.17% | 0.59% | - |
| HSV(B) | 313.71º | 0.21% | 0.66% | - |
| XYZ | 31.32 | 28.06 | 37.48 | - |
| YUV | 147.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 161 | 0 | 0.21 | 0.05 | 0.34 | 313.71 | 0.17 | 0.59 |
| Hex | A9 | 86 | A1 | 0 | 15 | 5 | 22 | 13A | 11 | 3B |
| Octal | 251 | 206 | 241 | 0 | 25 | 5 | 42 | 472 | 21 | 73 |
| Binary | 10101001 | 10000110 | 10100001 | 0 | 10101 | 101 | 100010 | 100111010 | 10001 | 111011 |
Color Harmonies of #A986A1
Complementary color
Monochromatic Colors of #A986A1
Black with #A986A1
Text Example
Text Example
White with #A986A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A986A1; }
p { color: rgb(169,134,161); }
H1.HeaderClassName
{
color: #A986A1;
}
.AnyTagClassName
{
color: #A986A1;
}
</style>
background-color css
<style>
a { background-color: #A986A1; }
a { background-color: rgb(169,134,161); }
div.DivClassName
{
background-color: #A986A1;
}
.BgClassName
{
background-color: #A986A1;
}
</style>
border-color css
<style>
span { border-color: #A986A1; }
span { border-color: rgb(169,134,161); }
td.TdClassName
{
border-color: #A986A1;
}
.TagClassName
{
border-color: #A986A1;
}
</style>