Shades of Bouquet #A37F9B
Tints of Bouquet #A37F9B
RGB
CMYK
RGB Variations
Color information
#A37F9B (or 0xA37F9B) is known color: Bouquet. HEX triplet: A3, 7F and 9B. RGB value is (163,127,155). Sum of RGB (Red+Green+Blue) = 163+127+155=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37F9B is #5C8064. Grayscale: #8C8C8C. Windows color (decimal): -6062181 or 10190755. OLE color: 10190755.
HSL color Cylindrical-coordinate representation of color #A37F9B: hue angle of 313.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 #A37F9B is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 127 | 155 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.36 |
| HSL | 313.33º | 0.16% | 0.57% | - |
| HSV(B) | 313.33º | 0.22% | 0.64% | - |
| XYZ | 28.61 | 25.33 | 34.39 | - |
| YUV | 140.96 | 135.93 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 155 | 0 | 0.22 | 0.05 | 0.36 | 313.33 | 0.16 | 0.57 |
| Hex | A3 | 7F | 9B | 0 | 16 | 5 | 24 | 139 | 10 | 39 |
| Octal | 243 | 177 | 233 | 0 | 26 | 5 | 44 | 471 | 20 | 71 |
| Binary | 10100011 | 1111111 | 10011011 | 0 | 10110 | 101 | 100100 | 100111001 | 10000 | 111001 |
Color Harmonies of #A37F9B
Complementary color
Monochromatic Colors of #A37F9B
Black with #A37F9B
Text Example
Text Example
White with #A37F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37F9B; }
p { color: rgb(163,127,155); }
H1.HeaderClassName
{
color: #A37F9B;
}
.AnyTagClassName
{
color: #A37F9B;
}
</style>
background-color css
<style>
a { background-color: #A37F9B; }
a { background-color: rgb(163,127,155); }
div.DivClassName
{
background-color: #A37F9B;
}
.BgClassName
{
background-color: #A37F9B;
}
</style>
border-color css
<style>
span { border-color: #A37F9B; }
span { border-color: rgb(163,127,155); }
td.TdClassName
{
border-color: #A37F9B;
}
.TagClassName
{
border-color: #A37F9B;
}
</style>