Shades of Bouquet #AC8B9D
Tints of Bouquet #AC8B9D
RGB
CMYK
RGB Variations
Color information
#AC8B9D (or 0xAC8B9D) is known color: Bouquet. HEX triplet: AC, 8B and 9D. RGB value is (172,139,157). Sum of RGB (Red+Green+Blue) = 172+139+157=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8B9D is #537462. Grayscale: #969696. Windows color (decimal): -5469283 or 10324908. OLE color: 10324908.
HSL color Cylindrical-coordinate representation of color #AC8B9D: hue angle of 327.27º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AC8B9D is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 139 | 157 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.33 |
| HSL | 327.27º | 0.17% | 0.61% | - |
| HSV(B) | 327.27º | 0.19% | 0.67% | - |
| XYZ | 32.33 | 29.67 | 35.92 | - |
| YUV | 150.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 139 | 157 | 0 | 0.19 | 0.09 | 0.33 | 327.27 | 0.17 | 0.61 |
| Hex | AC | 8B | 9D | 0 | 13 | 9 | 21 | 147 | 11 | 3D |
| Octal | 254 | 213 | 235 | 0 | 23 | 11 | 41 | 507 | 21 | 75 |
| Binary | 10101100 | 10001011 | 10011101 | 0 | 10011 | 1001 | 100001 | 101000111 | 10001 | 111101 |
Color Harmonies of #AC8B9D
Complementary color
Monochromatic Colors of #AC8B9D
Black with #AC8B9D
Text Example
Text Example
White with #AC8B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8B9D; }
p { color: rgb(172,139,157); }
H1.HeaderClassName
{
color: #AC8B9D;
}
.AnyTagClassName
{
color: #AC8B9D;
}
</style>
background-color css
<style>
a { background-color: #AC8B9D; }
a { background-color: rgb(172,139,157); }
div.DivClassName
{
background-color: #AC8B9D;
}
.BgClassName
{
background-color: #AC8B9D;
}
</style>
border-color css
<style>
span { border-color: #AC8B9D; }
span { border-color: rgb(172,139,157); }
td.TdClassName
{
border-color: #AC8B9D;
}
.TagClassName
{
border-color: #AC8B9D;
}
</style>