Shades of Bouquet #A1799D
Tints of Bouquet #A1799D
RGB
CMYK
RGB Variations
Color information
#A1799D (or 0xA1799D) is known color: Bouquet. HEX triplet: A1, 79 and 9D. RGB value is (161,121,157). Sum of RGB (Red+Green+Blue) = 161+121+157=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 161 - color contains mainly: red. Hex color #A1799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1799D is #5E8662. Grayscale: #888888. Windows color (decimal): -6194787 or 10320289. OLE color: 10320289.
HSL color Cylindrical-coordinate representation of color #A1799D: hue angle of 306º 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 #A1799D is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 121 | 157 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.37 |
| HSL | 306º | 0.18% | 0.55% | - |
| HSV(B) | 306º | 0.25% | 0.63% | - |
| XYZ | 27.62 | 23.69 | 35.01 | - |
| YUV | 137.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 157 | 0 | 0.25 | 0.02 | 0.37 | 306 | 0.18 | 0.55 |
| Hex | A1 | 79 | 9D | 0 | 19 | 2 | 25 | 132 | 12 | 37 |
| Octal | 241 | 171 | 235 | 0 | 31 | 2 | 45 | 462 | 22 | 67 |
| Binary | 10100001 | 1111001 | 10011101 | 0 | 11001 | 10 | 100101 | 100110010 | 10010 | 110111 |
Color Harmonies of #A1799D
Complementary color
Monochromatic Colors of #A1799D
Black with #A1799D
Text Example
Text Example
White with #A1799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1799D; }
p { color: rgb(161,121,157); }
H1.HeaderClassName
{
color: #A1799D;
}
.AnyTagClassName
{
color: #A1799D;
}
</style>
background-color css
<style>
a { background-color: #A1799D; }
a { background-color: rgb(161,121,157); }
div.DivClassName
{
background-color: #A1799D;
}
.BgClassName
{
background-color: #A1799D;
}
</style>
border-color css
<style>
span { border-color: #A1799D; }
span { border-color: rgb(161,121,157); }
td.TdClassName
{
border-color: #A1799D;
}
.TagClassName
{
border-color: #A1799D;
}
</style>