Shades of Bouquet #A1789A
Tints of Bouquet #A1789A
RGB
CMYK
RGB Variations
Color information
#A1789A (or 0xA1789A) is known color: Bouquet. HEX triplet: A1, 78 and 9A. RGB value is (161,120,154). Sum of RGB (Red+Green+Blue) = 161+120+154=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A1789A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1789A is #5E8765. Grayscale: #888888. Windows color (decimal): -6195046 or 10123425. OLE color: 10123425.
HSL color Cylindrical-coordinate representation of color #A1789A: hue angle of 310.24º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1789A is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 154 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.37 |
| HSL | 310.24º | 0.18% | 0.55% | - |
| HSV(B) | 310.24º | 0.25% | 0.63% | - |
| XYZ | 27.25 | 23.34 | 33.64 | - |
| YUV | 136.14 | 138.08 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 154 | 0 | 0.25 | 0.04 | 0.37 | 310.24 | 0.18 | 0.55 |
| Hex | A1 | 78 | 9A | 0 | 19 | 4 | 25 | 136 | 12 | 37 |
| Octal | 241 | 170 | 232 | 0 | 31 | 4 | 45 | 466 | 22 | 67 |
| Binary | 10100001 | 1111000 | 10011010 | 0 | 11001 | 100 | 100101 | 100110110 | 10010 | 110111 |
Color Harmonies of #A1789A
Complementary color
Monochromatic Colors of #A1789A
Black with #A1789A
Text Example
Text Example
White with #A1789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1789A; }
p { color: rgb(161,120,154); }
H1.HeaderClassName
{
color: #A1789A;
}
.AnyTagClassName
{
color: #A1789A;
}
</style>
background-color css
<style>
a { background-color: #A1789A; }
a { background-color: rgb(161,120,154); }
div.DivClassName
{
background-color: #A1789A;
}
.BgClassName
{
background-color: #A1789A;
}
</style>
border-color css
<style>
span { border-color: #A1789A; }
span { border-color: rgb(161,120,154); }
td.TdClassName
{
border-color: #A1789A;
}
.TagClassName
{
border-color: #A1789A;
}
</style>