Shades of Bouquet #A48E9F
Tints of Bouquet #A48E9F
RGB
CMYK
RGB Variations
Color information
#A48E9F (or 0xA48E9F) is known color: Bouquet. HEX triplet: A4, 8E and 9F. RGB value is (164,142,159). Sum of RGB (Red+Green+Blue) = 164+142+159=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48E9F is #5B7160. Grayscale: #969696. Windows color (decimal): -5992801 or 10456740. OLE color: 10456740.
HSL color Cylindrical-coordinate representation of color #A48E9F: hue angle of 313.64º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A48E9F is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 142 | 159 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.36 |
| HSL | 313.64º | 0.11% | 0.6% | - |
| HSV(B) | 313.64º | 0.13% | 0.64% | - |
| XYZ | 31.24 | 29.74 | 36.9 | - |
| YUV | 150.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 142 | 159 | 0 | 0.13 | 0.03 | 0.36 | 313.64 | 0.11 | 0.6 |
| Hex | A4 | 8E | 9F | 0 | D | 3 | 24 | 13A | B | 3C |
| Octal | 244 | 216 | 237 | 0 | 15 | 3 | 44 | 472 | 13 | 74 |
| Binary | 10100100 | 10001110 | 10011111 | 0 | 1101 | 11 | 100100 | 100111010 | 1011 | 111100 |
Color Harmonies of #A48E9F
Complementary color
Monochromatic Colors of #A48E9F
Black with #A48E9F
Text Example
Text Example
White with #A48E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48E9F; }
p { color: rgb(164,142,159); }
H1.HeaderClassName
{
color: #A48E9F;
}
.AnyTagClassName
{
color: #A48E9F;
}
</style>
background-color css
<style>
a { background-color: #A48E9F; }
a { background-color: rgb(164,142,159); }
div.DivClassName
{
background-color: #A48E9F;
}
.BgClassName
{
background-color: #A48E9F;
}
</style>
border-color css
<style>
span { border-color: #A48E9F; }
span { border-color: rgb(164,142,159); }
td.TdClassName
{
border-color: #A48E9F;
}
.TagClassName
{
border-color: #A48E9F;
}
</style>