Shades of Bouquet #A985A1
Tints of Bouquet #A985A1
RGB
CMYK
RGB Variations
Color information
#A985A1 (or 0xA985A1) is known color: Bouquet. HEX triplet: A9, 85 and A1. RGB value is (169,133,161). Sum of RGB (Red+Green+Blue) = 169+133+161=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 169 - color contains mainly: red. Hex color #A985A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A985A1 is #567A5E. Grayscale: #929292. Windows color (decimal): -5667423 or 10585513. OLE color: 10585513.
HSL color Cylindrical-coordinate representation of color #A985A1: hue angle of 313.33º 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 #A985A1 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 133 | 161 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.34 |
| HSL | 313.33º | 0.17% | 0.59% | - |
| HSV(B) | 313.33º | 0.21% | 0.66% | - |
| XYZ | 31.18 | 27.78 | 37.44 | - |
| YUV | 146.96 | 135.93 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 161 | 0 | 0.21 | 0.05 | 0.34 | 313.33 | 0.17 | 0.59 |
| Hex | A9 | 85 | A1 | 0 | 15 | 5 | 22 | 139 | 11 | 3B |
| Octal | 251 | 205 | 241 | 0 | 25 | 5 | 42 | 471 | 21 | 73 |
| Binary | 10101001 | 10000101 | 10100001 | 0 | 10101 | 101 | 100010 | 100111001 | 10001 | 111011 |
Color Harmonies of #A985A1
Complementary color
Monochromatic Colors of #A985A1
Black with #A985A1
Text Example
Text Example
White with #A985A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A985A1; }
p { color: rgb(169,133,161); }
H1.HeaderClassName
{
color: #A985A1;
}
.AnyTagClassName
{
color: #A985A1;
}
</style>
background-color css
<style>
a { background-color: #A985A1; }
a { background-color: rgb(169,133,161); }
div.DivClassName
{
background-color: #A985A1;
}
.BgClassName
{
background-color: #A985A1;
}
</style>
border-color css
<style>
span { border-color: #A985A1; }
span { border-color: rgb(169,133,161); }
td.TdClassName
{
border-color: #A985A1;
}
.TagClassName
{
border-color: #A985A1;
}
</style>