Shades of Bouquet #A37F94
Tints of Bouquet #A37F94
RGB
CMYK
RGB Variations
Color information
#A37F94 (or 0xA37F94) is known color: Bouquet. HEX triplet: A3, 7F and 94. RGB value is (163,127,148). Sum of RGB (Red+Green+Blue) = 163+127+148=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37F94 is #5C806B. Grayscale: #8C8C8C. Windows color (decimal): -6062188 or 9732003. OLE color: 9732003.
HSL color Cylindrical-coordinate representation of color #A37F94: hue angle of 325º 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 #A37F94 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 127 | 148 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.36 |
| HSL | 325º | 0.16% | 0.57% | - |
| HSV(B) | 325º | 0.22% | 0.64% | - |
| XYZ | 28.04 | 25.1 | 31.38 | - |
| YUV | 140.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 148 | 0 | 0.22 | 0.09 | 0.36 | 325 | 0.16 | 0.57 |
| Hex | A3 | 7F | 94 | 0 | 16 | 9 | 24 | 145 | 10 | 39 |
| Octal | 243 | 177 | 224 | 0 | 26 | 11 | 44 | 505 | 20 | 71 |
| Binary | 10100011 | 1111111 | 10010100 | 0 | 10110 | 1001 | 100100 | 101000101 | 10000 | 111001 |
Color Harmonies of #A37F94
Complementary color
Monochromatic Colors of #A37F94
Black with #A37F94
Text Example
Text Example
White with #A37F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37F94; }
p { color: rgb(163,127,148); }
H1.HeaderClassName
{
color: #A37F94;
}
.AnyTagClassName
{
color: #A37F94;
}
</style>
background-color css
<style>
a { background-color: #A37F94; }
a { background-color: rgb(163,127,148); }
div.DivClassName
{
background-color: #A37F94;
}
.BgClassName
{
background-color: #A37F94;
}
</style>
border-color css
<style>
span { border-color: #A37F94; }
span { border-color: rgb(163,127,148); }
td.TdClassName
{
border-color: #A37F94;
}
.TagClassName
{
border-color: #A37F94;
}
</style>