Shades of Bouquet #A47A9F
Tints of Bouquet #A47A9F
RGB
CMYK
RGB Variations
Color information
#A47A9F (or 0xA47A9F) is known color: Bouquet. HEX triplet: A4, 7A and 9F. RGB value is (164,122,159). Sum of RGB (Red+Green+Blue) = 164+122+159=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47A9F is #5B8560. Grayscale: #8A8A8A. Windows color (decimal): -5997921 or 10451620. OLE color: 10451620.
HSL color Cylindrical-coordinate representation of color #A47A9F: hue angle of 307.14º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A47A9F is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 122 | 159 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.36 |
| HSL | 307.14º | 0.19% | 0.56% | - |
| HSV(B) | 307.14º | 0.26% | 0.64% | - |
| XYZ | 28.53 | 24.31 | 35.99 | - |
| YUV | 138.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 159 | 0 | 0.26 | 0.03 | 0.36 | 307.14 | 0.19 | 0.56 |
| Hex | A4 | 7A | 9F | 0 | 1A | 3 | 24 | 133 | 13 | 38 |
| Octal | 244 | 172 | 237 | 0 | 32 | 3 | 44 | 463 | 23 | 70 |
| Binary | 10100100 | 1111010 | 10011111 | 0 | 11010 | 11 | 100100 | 100110011 | 10011 | 111000 |
Color Harmonies of #A47A9F
Complementary color
Monochromatic Colors of #A47A9F
Black with #A47A9F
Text Example
Text Example
White with #A47A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47A9F; }
p { color: rgb(164,122,159); }
H1.HeaderClassName
{
color: #A47A9F;
}
.AnyTagClassName
{
color: #A47A9F;
}
</style>
background-color css
<style>
a { background-color: #A47A9F; }
a { background-color: rgb(164,122,159); }
div.DivClassName
{
background-color: #A47A9F;
}
.BgClassName
{
background-color: #A47A9F;
}
</style>
border-color css
<style>
span { border-color: #A47A9F; }
span { border-color: rgb(164,122,159); }
td.TdClassName
{
border-color: #A47A9F;
}
.TagClassName
{
border-color: #A47A9F;
}
</style>