Shades of Bouquet #A37B99
Tints of Bouquet #A37B99
RGB
CMYK
RGB Variations
Color information
#A37B99 (or 0xA37B99) is known color: Bouquet. HEX triplet: A3, 7B and 99. RGB value is (163,123,153). Sum of RGB (Red+Green+Blue) = 163+123+153=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37B99 is #5C8466. Grayscale: #8A8A8A. Windows color (decimal): -6063207 or 10058659. OLE color: 10058659.
HSL color Cylindrical-coordinate representation of color #A37B99: hue angle of 315º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A37B99 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 123 | 153 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.36 |
| HSL | 315º | 0.18% | 0.56% | - |
| HSV(B) | 315º | 0.25% | 0.64% | - |
| XYZ | 27.94 | 24.25 | 33.35 | - |
| YUV | 138.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 123 | 153 | 0 | 0.25 | 0.06 | 0.36 | 315 | 0.18 | 0.56 |
| Hex | A3 | 7B | 99 | 0 | 19 | 6 | 24 | 13B | 12 | 38 |
| Octal | 243 | 173 | 231 | 0 | 31 | 6 | 44 | 473 | 22 | 70 |
| Binary | 10100011 | 1111011 | 10011001 | 0 | 11001 | 110 | 100100 | 100111011 | 10010 | 111000 |
Color Harmonies of #A37B99
Complementary color
Monochromatic Colors of #A37B99
Black with #A37B99
Text Example
Text Example
White with #A37B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37B99; }
p { color: rgb(163,123,153); }
H1.HeaderClassName
{
color: #A37B99;
}
.AnyTagClassName
{
color: #A37B99;
}
</style>
background-color css
<style>
a { background-color: #A37B99; }
a { background-color: rgb(163,123,153); }
div.DivClassName
{
background-color: #A37B99;
}
.BgClassName
{
background-color: #A37B99;
}
</style>
border-color css
<style>
span { border-color: #A37B99; }
span { border-color: rgb(163,123,153); }
td.TdClassName
{
border-color: #A37B99;
}
.TagClassName
{
border-color: #A37B99;
}
</style>