Shades of Bouquet #A1759A
Tints of Bouquet #A1759A
RGB
CMYK
RGB Variations
Color information
#A1759A (or 0xA1759A) is known color: Bouquet. HEX triplet: A1, 75 and 9A. RGB value is (161,117,154). Sum of RGB (Red+Green+Blue) = 161+117+154=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A1759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1759A is #5E8A65. Grayscale: #868686. Windows color (decimal): -6195814 or 10122657. OLE color: 10122657.
HSL color Cylindrical-coordinate representation of color #A1759A: hue angle of 309.55º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1759A is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 117 | 154 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.37 |
| HSL | 309.55º | 0.19% | 0.55% | - |
| HSV(B) | 309.55º | 0.27% | 0.63% | - |
| XYZ | 26.89 | 22.63 | 33.52 | - |
| YUV | 134.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 154 | 0 | 0.27 | 0.04 | 0.37 | 309.55 | 0.19 | 0.55 |
| Hex | A1 | 75 | 9A | 0 | 1B | 4 | 25 | 136 | 13 | 37 |
| Octal | 241 | 165 | 232 | 0 | 33 | 4 | 45 | 466 | 23 | 67 |
| Binary | 10100001 | 1110101 | 10011010 | 0 | 11011 | 100 | 100101 | 100110110 | 10011 | 110111 |
Color Harmonies of #A1759A
Complementary color
Monochromatic Colors of #A1759A
Black with #A1759A
Text Example
Text Example
White with #A1759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1759A; }
p { color: rgb(161,117,154); }
H1.HeaderClassName
{
color: #A1759A;
}
.AnyTagClassName
{
color: #A1759A;
}
</style>
background-color css
<style>
a { background-color: #A1759A; }
a { background-color: rgb(161,117,154); }
div.DivClassName
{
background-color: #A1759A;
}
.BgClassName
{
background-color: #A1759A;
}
</style>
border-color css
<style>
span { border-color: #A1759A; }
span { border-color: rgb(161,117,154); }
td.TdClassName
{
border-color: #A1759A;
}
.TagClassName
{
border-color: #A1759A;
}
</style>