Shades of Bouquet #A37F9E
Tints of Bouquet #A37F9E
RGB
CMYK
RGB Variations
Color information
#A37F9E (or 0xA37F9E) is known color: Bouquet. HEX triplet: A3, 7F and 9E. RGB value is (163,127,158). Sum of RGB (Red+Green+Blue) = 163+127+158=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37F9E is #5C8061. Grayscale: #8D8D8D. Windows color (decimal): -6062178 or 10387363. OLE color: 10387363.
HSL color Cylindrical-coordinate representation of color #A37F9E: hue angle of 308.33º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A37F9E is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 127 | 158 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.36 |
| HSL | 308.33º | 0.16% | 0.57% | - |
| HSV(B) | 308.33º | 0.22% | 0.64% | - |
| XYZ | 28.87 | 25.43 | 35.74 | - |
| YUV | 141.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 158 | 0 | 0.22 | 0.03 | 0.36 | 308.33 | 0.16 | 0.57 |
| Hex | A3 | 7F | 9E | 0 | 16 | 3 | 24 | 134 | 10 | 39 |
| Octal | 243 | 177 | 236 | 0 | 26 | 3 | 44 | 464 | 20 | 71 |
| Binary | 10100011 | 1111111 | 10011110 | 0 | 10110 | 11 | 100100 | 100110100 | 10000 | 111001 |
Color Harmonies of #A37F9E
Complementary color
Monochromatic Colors of #A37F9E
Black with #A37F9E
Text Example
Text Example
White with #A37F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37F9E; }
p { color: rgb(163,127,158); }
H1.HeaderClassName
{
color: #A37F9E;
}
.AnyTagClassName
{
color: #A37F9E;
}
</style>
background-color css
<style>
a { background-color: #A37F9E; }
a { background-color: rgb(163,127,158); }
div.DivClassName
{
background-color: #A37F9E;
}
.BgClassName
{
background-color: #A37F9E;
}
</style>
border-color css
<style>
span { border-color: #A37F9E; }
span { border-color: rgb(163,127,158); }
td.TdClassName
{
border-color: #A37F9E;
}
.TagClassName
{
border-color: #A37F9E;
}
</style>