Shades of Bouquet #A17E9E
Tints of Bouquet #A17E9E
RGB
CMYK
RGB Variations
Color information
#A17E9E (or 0xA17E9E) is known color: Bouquet. HEX triplet: A1, 7E and 9E. RGB value is (161,126,158). Sum of RGB (Red+Green+Blue) = 161+126+158=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17E9E is #5E8161. Grayscale: #8C8C8C. Windows color (decimal): -6193506 or 10387105. OLE color: 10387105.
HSL color Cylindrical-coordinate representation of color #A17E9E: hue angle of 305.14º 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 #A17E9E is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 126 | 158 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.37 |
| HSL | 305.14º | 0.16% | 0.56% | - |
| HSV(B) | 305.14º | 0.22% | 0.63% | - |
| XYZ | 28.33 | 24.97 | 35.67 | - |
| YUV | 140.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 158 | 0 | 0.22 | 0.02 | 0.37 | 305.14 | 0.16 | 0.56 |
| Hex | A1 | 7E | 9E | 0 | 16 | 2 | 25 | 131 | 10 | 38 |
| Octal | 241 | 176 | 236 | 0 | 26 | 2 | 45 | 461 | 20 | 70 |
| Binary | 10100001 | 1111110 | 10011110 | 0 | 10110 | 10 | 100101 | 100110001 | 10000 | 111000 |
Color Harmonies of #A17E9E
Complementary color
Monochromatic Colors of #A17E9E
Black with #A17E9E
Text Example
Text Example
White with #A17E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17E9E; }
p { color: rgb(161,126,158); }
H1.HeaderClassName
{
color: #A17E9E;
}
.AnyTagClassName
{
color: #A17E9E;
}
</style>
background-color css
<style>
a { background-color: #A17E9E; }
a { background-color: rgb(161,126,158); }
div.DivClassName
{
background-color: #A17E9E;
}
.BgClassName
{
background-color: #A17E9E;
}
</style>
border-color css
<style>
span { border-color: #A17E9E; }
span { border-color: rgb(161,126,158); }
td.TdClassName
{
border-color: #A17E9E;
}
.TagClassName
{
border-color: #A17E9E;
}
</style>