Shades of Bouquet #A48E9B
Tints of Bouquet #A48E9B
RGB
CMYK
RGB Variations
Color information
#A48E9B (or 0xA48E9B) is known color: Bouquet. HEX triplet: A4, 8E and 9B. RGB value is (164,142,155). Sum of RGB (Red+Green+Blue) = 164+142+155=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48E9B is #5B7164. Grayscale: #969696. Windows color (decimal): -5992805 or 10194596. OLE color: 10194596.
HSL color Cylindrical-coordinate representation of color #A48E9B: hue angle of 324.55º 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 #A48E9B is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 142 | 155 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.36 |
| HSL | 324.55º | 0.11% | 0.6% | - |
| HSV(B) | 324.55º | 0.13% | 0.64% | - |
| XYZ | 30.9 | 29.61 | 35.1 | - |
| YUV | 150.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 142 | 155 | 0 | 0.13 | 0.05 | 0.36 | 324.55 | 0.11 | 0.6 |
| Hex | A4 | 8E | 9B | 0 | D | 5 | 24 | 145 | B | 3C |
| Octal | 244 | 216 | 233 | 0 | 15 | 5 | 44 | 505 | 13 | 74 |
| Binary | 10100100 | 10001110 | 10011011 | 0 | 1101 | 101 | 100100 | 101000101 | 1011 | 111100 |
Color Harmonies of #A48E9B
Complementary color
Monochromatic Colors of #A48E9B
Black with #A48E9B
Text Example
Text Example
White with #A48E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48E9B; }
p { color: rgb(164,142,155); }
H1.HeaderClassName
{
color: #A48E9B;
}
.AnyTagClassName
{
color: #A48E9B;
}
</style>
background-color css
<style>
a { background-color: #A48E9B; }
a { background-color: rgb(164,142,155); }
div.DivClassName
{
background-color: #A48E9B;
}
.BgClassName
{
background-color: #A48E9B;
}
</style>
border-color css
<style>
span { border-color: #A48E9B; }
span { border-color: rgb(164,142,155); }
td.TdClassName
{
border-color: #A48E9B;
}
.TagClassName
{
border-color: #A48E9B;
}
</style>