Shades of Bouquet #A37D9E
Tints of Bouquet #A37D9E
RGB
CMYK
RGB Variations
Color information
#A37D9E (or 0xA37D9E) is known color: Bouquet. HEX triplet: A3, 7D and 9E. RGB value is (163,125,158). Sum of RGB (Red+Green+Blue) = 163+125+158=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37D9E is #5C8261. Grayscale: #8C8C8C. Windows color (decimal): -6062690 or 10386851. OLE color: 10386851.
HSL color Cylindrical-coordinate representation of color #A37D9E: hue angle of 307.89º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A37D9E is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 125 | 158 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.36 |
| HSL | 307.89º | 0.17% | 0.56% | - |
| HSV(B) | 307.89º | 0.23% | 0.64% | - |
| XYZ | 28.61 | 24.92 | 35.65 | - |
| YUV | 140.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 158 | 0 | 0.23 | 0.03 | 0.36 | 307.89 | 0.17 | 0.56 |
| Hex | A3 | 7D | 9E | 0 | 17 | 3 | 24 | 134 | 11 | 38 |
| Octal | 243 | 175 | 236 | 0 | 27 | 3 | 44 | 464 | 21 | 70 |
| Binary | 10100011 | 1111101 | 10011110 | 0 | 10111 | 11 | 100100 | 100110100 | 10001 | 111000 |
Color Harmonies of #A37D9E
Complementary color
Monochromatic Colors of #A37D9E
Black with #A37D9E
Text Example
Text Example
White with #A37D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37D9E; }
p { color: rgb(163,125,158); }
H1.HeaderClassName
{
color: #A37D9E;
}
.AnyTagClassName
{
color: #A37D9E;
}
</style>
background-color css
<style>
a { background-color: #A37D9E; }
a { background-color: rgb(163,125,158); }
div.DivClassName
{
background-color: #A37D9E;
}
.BgClassName
{
background-color: #A37D9E;
}
</style>
border-color css
<style>
span { border-color: #A37D9E; }
span { border-color: rgb(163,125,158); }
td.TdClassName
{
border-color: #A37D9E;
}
.TagClassName
{
border-color: #A37D9E;
}
</style>