Shades of Bouquet #AC8FA2
Tints of Bouquet #AC8FA2
RGB
CMYK
RGB Variations
Color information
#AC8FA2 (or 0xAC8FA2) is known color: Bouquet. HEX triplet: AC, 8F and A2. RGB value is (172,143,162). Sum of RGB (Red+Green+Blue) = 172+143+162=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8FA2 is #53705D. Grayscale: #999999. Windows color (decimal): -5468254 or 10653612. OLE color: 10653612.
HSL color Cylindrical-coordinate representation of color #AC8FA2: hue angle of 320.69º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC8FA2 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 162 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.33 |
| HSL | 320.69º | 0.15% | 0.62% | - |
| HSV(B) | 320.69º | 0.17% | 0.67% | - |
| XYZ | 33.36 | 31.02 | 38.41 | - |
| YUV | 153.84 | 132.61 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 162 | 0 | 0.17 | 0.06 | 0.33 | 320.69 | 0.15 | 0.62 |
| Hex | AC | 8F | A2 | 0 | 11 | 6 | 21 | 141 | F | 3E |
| Octal | 254 | 217 | 242 | 0 | 21 | 6 | 41 | 501 | 17 | 76 |
| Binary | 10101100 | 10001111 | 10100010 | 0 | 10001 | 110 | 100001 | 101000001 | 1111 | 111110 |
Color Harmonies of #AC8FA2
Complementary color
Monochromatic Colors of #AC8FA2
Black with #AC8FA2
Text Example
Text Example
White with #AC8FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8FA2; }
p { color: rgb(172,143,162); }
H1.HeaderClassName
{
color: #AC8FA2;
}
.AnyTagClassName
{
color: #AC8FA2;
}
</style>
background-color css
<style>
a { background-color: #AC8FA2; }
a { background-color: rgb(172,143,162); }
div.DivClassName
{
background-color: #AC8FA2;
}
.BgClassName
{
background-color: #AC8FA2;
}
</style>
border-color css
<style>
span { border-color: #AC8FA2; }
span { border-color: rgb(172,143,162); }
td.TdClassName
{
border-color: #AC8FA2;
}
.TagClassName
{
border-color: #AC8FA2;
}
</style>