Shades of Bouquet #A1789C
Tints of Bouquet #A1789C
RGB
CMYK
RGB Variations
Color information
#A1789C (or 0xA1789C) is known color: Bouquet. HEX triplet: A1, 78 and 9C. RGB value is (161,120,156). Sum of RGB (Red+Green+Blue) = 161+120+156=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 161 - color contains mainly: red. Hex color #A1789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1789C is #5E8763. Grayscale: #888888. Windows color (decimal): -6195044 or 10254497. OLE color: 10254497.
HSL color Cylindrical-coordinate representation of color #A1789C: hue angle of 307.32º 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 #A1789C is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 156 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.37 |
| HSL | 307.32º | 0.18% | 0.55% | - |
| HSV(B) | 307.32º | 0.25% | 0.63% | - |
| XYZ | 27.42 | 23.41 | 34.53 | - |
| YUV | 136.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 156 | 0 | 0.25 | 0.03 | 0.37 | 307.32 | 0.18 | 0.55 |
| Hex | A1 | 78 | 9C | 0 | 19 | 3 | 25 | 133 | 12 | 37 |
| Octal | 241 | 170 | 234 | 0 | 31 | 3 | 45 | 463 | 22 | 67 |
| Binary | 10100001 | 1111000 | 10011100 | 0 | 11001 | 11 | 100101 | 100110011 | 10010 | 110111 |
Color Harmonies of #A1789C
Complementary color
Monochromatic Colors of #A1789C
Black with #A1789C
Text Example
Text Example
White with #A1789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1789C; }
p { color: rgb(161,120,156); }
H1.HeaderClassName
{
color: #A1789C;
}
.AnyTagClassName
{
color: #A1789C;
}
</style>
background-color css
<style>
a { background-color: #A1789C; }
a { background-color: rgb(161,120,156); }
div.DivClassName
{
background-color: #A1789C;
}
.BgClassName
{
background-color: #A1789C;
}
</style>
border-color css
<style>
span { border-color: #A1789C; }
span { border-color: rgb(161,120,156); }
td.TdClassName
{
border-color: #A1789C;
}
.TagClassName
{
border-color: #A1789C;
}
</style>