Shades of Bouquet #A17E94
Tints of Bouquet #A17E94
RGB
CMYK
RGB Variations
Color information
#A17E94 (or 0xA17E94) is known color: Bouquet. HEX triplet: A1, 7E and 94. RGB value is (161,126,148). Sum of RGB (Red+Green+Blue) = 161+126+148=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17E94 is #5E816B. Grayscale: #8A8A8A. Windows color (decimal): -6193516 or 9731745. OLE color: 9731745.
HSL color Cylindrical-coordinate representation of color #A17E94: hue angle of 322.29º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A17E94 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 126 | 148 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.37 |
| HSL | 322.29º | 0.16% | 0.56% | - |
| HSV(B) | 322.29º | 0.22% | 0.63% | - |
| XYZ | 27.5 | 24.64 | 31.32 | - |
| YUV | 138.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 148 | 0 | 0.22 | 0.08 | 0.37 | 322.29 | 0.16 | 0.56 |
| Hex | A1 | 7E | 94 | 0 | 16 | 8 | 25 | 142 | 10 | 38 |
| Octal | 241 | 176 | 224 | 0 | 26 | 10 | 45 | 502 | 20 | 70 |
| Binary | 10100001 | 1111110 | 10010100 | 0 | 10110 | 1000 | 100101 | 101000010 | 10000 | 111000 |
Color Harmonies of #A17E94
Complementary color
Monochromatic Colors of #A17E94
Black with #A17E94
Text Example
Text Example
White with #A17E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17E94; }
p { color: rgb(161,126,148); }
H1.HeaderClassName
{
color: #A17E94;
}
.AnyTagClassName
{
color: #A17E94;
}
</style>
background-color css
<style>
a { background-color: #A17E94; }
a { background-color: rgb(161,126,148); }
div.DivClassName
{
background-color: #A17E94;
}
.BgClassName
{
background-color: #A17E94;
}
</style>
border-color css
<style>
span { border-color: #A17E94; }
span { border-color: rgb(161,126,148); }
td.TdClassName
{
border-color: #A17E94;
}
.TagClassName
{
border-color: #A17E94;
}
</style>