Shades of Bouquet #A0859C
Tints of Bouquet #A0859C
RGB
CMYK
RGB Variations
Color information
#A0859C (or 0xA0859C) is known color: Bouquet. HEX triplet: A0, 85 and 9C. RGB value is (160,133,156). Sum of RGB (Red+Green+Blue) = 160+133+156=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 160 - color contains mainly: red. Hex color #A0859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0859C is #5F7A63. Grayscale: #8F8F8F. Windows color (decimal): -6257252 or 10257824. OLE color: 10257824.
HSL color Cylindrical-coordinate representation of color #A0859C: hue angle of 308.89º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0859C is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 133 | 156 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.37 |
| HSL | 308.89º | 0.12% | 0.57% | - |
| HSV(B) | 308.89º | 0.17% | 0.63% | - |
| XYZ | 28.89 | 26.65 | 35.07 | - |
| YUV | 143.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 156 | 0 | 0.17 | 0.02 | 0.37 | 308.89 | 0.12 | 0.57 |
| Hex | A0 | 85 | 9C | 0 | 11 | 2 | 25 | 135 | C | 39 |
| Octal | 240 | 205 | 234 | 0 | 21 | 2 | 45 | 465 | 14 | 71 |
| Binary | 10100000 | 10000101 | 10011100 | 0 | 10001 | 10 | 100101 | 100110101 | 1100 | 111001 |
Color Harmonies of #A0859C
Complementary color
Monochromatic Colors of #A0859C
Black with #A0859C
Text Example
Text Example
White with #A0859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0859C; }
p { color: rgb(160,133,156); }
H1.HeaderClassName
{
color: #A0859C;
}
.AnyTagClassName
{
color: #A0859C;
}
</style>
background-color css
<style>
a { background-color: #A0859C; }
a { background-color: rgb(160,133,156); }
div.DivClassName
{
background-color: #A0859C;
}
.BgClassName
{
background-color: #A0859C;
}
</style>
border-color css
<style>
span { border-color: #A0859C; }
span { border-color: rgb(160,133,156); }
td.TdClassName
{
border-color: #A0859C;
}
.TagClassName
{
border-color: #A0859C;
}
</style>