Shades of Bouquet #A48F9D
Tints of Bouquet #A48F9D
RGB
CMYK
RGB Variations
Color information
#A48F9D (or 0xA48F9D) is known color: Bouquet. HEX triplet: A4, 8F and 9D. RGB value is (164,143,157). Sum of RGB (Red+Green+Blue) = 164+143+157=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48F9D is #5B7062. Grayscale: #969696. Windows color (decimal): -5992547 or 10325924. OLE color: 10325924.
HSL color Cylindrical-coordinate representation of color #A48F9D: hue angle of 320º degrees, saturation: 0.1, 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 #A48F9D is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 143 | 157 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.36 |
| HSL | 320º | 0.1% | 0.6% | - |
| HSV(B) | 320º | 0.13% | 0.64% | - |
| XYZ | 31.22 | 29.97 | 36.04 | - |
| YUV | 150.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 143 | 157 | 0 | 0.13 | 0.04 | 0.36 | 320 | 0.1 | 0.6 |
| Hex | A4 | 8F | 9D | 0 | D | 4 | 24 | 140 | A | 3C |
| Octal | 244 | 217 | 235 | 0 | 15 | 4 | 44 | 500 | 12 | 74 |
| Binary | 10100100 | 10001111 | 10011101 | 0 | 1101 | 100 | 100100 | 101000000 | 1010 | 111100 |
Color Harmonies of #A48F9D
Complementary color
Monochromatic Colors of #A48F9D
Black with #A48F9D
Text Example
Text Example
White with #A48F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48F9D; }
p { color: rgb(164,143,157); }
H1.HeaderClassName
{
color: #A48F9D;
}
.AnyTagClassName
{
color: #A48F9D;
}
</style>
background-color css
<style>
a { background-color: #A48F9D; }
a { background-color: rgb(164,143,157); }
div.DivClassName
{
background-color: #A48F9D;
}
.BgClassName
{
background-color: #A48F9D;
}
</style>
border-color css
<style>
span { border-color: #A48F9D; }
span { border-color: rgb(164,143,157); }
td.TdClassName
{
border-color: #A48F9D;
}
.TagClassName
{
border-color: #A48F9D;
}
</style>