Shades of Bouquet #AC7FA2
Tints of Bouquet #AC7FA2
RGB
CMYK
RGB Variations
Color information
#AC7FA2 (or 0xAC7FA2) is known color: Bouquet. HEX triplet: AC, 7F and A2. RGB value is (172,127,162). Sum of RGB (Red+Green+Blue) = 172+127+162=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7FA2 is #53805D. Grayscale: #909090. Windows color (decimal): -5472350 or 10649516. OLE color: 10649516.
HSL color Cylindrical-coordinate representation of color #AC7FA2: hue angle of 313.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC7FA2 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 127 | 162 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.33 |
| HSL | 313.33º | 0.21% | 0.59% | - |
| HSV(B) | 313.33º | 0.26% | 0.67% | - |
| XYZ | 31.12 | 26.56 | 37.67 | - |
| YUV | 144.45 | 137.91 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 162 | 0 | 0.26 | 0.06 | 0.33 | 313.33 | 0.21 | 0.59 |
| Hex | AC | 7F | A2 | 0 | 1A | 6 | 21 | 139 | 15 | 3B |
| Octal | 254 | 177 | 242 | 0 | 32 | 6 | 41 | 471 | 25 | 73 |
| Binary | 10101100 | 1111111 | 10100010 | 0 | 11010 | 110 | 100001 | 100111001 | 10101 | 111011 |
Color Harmonies of #AC7FA2
Complementary color
Monochromatic Colors of #AC7FA2
Black with #AC7FA2
Text Example
Text Example
White with #AC7FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7FA2; }
p { color: rgb(172,127,162); }
H1.HeaderClassName
{
color: #AC7FA2;
}
.AnyTagClassName
{
color: #AC7FA2;
}
</style>
background-color css
<style>
a { background-color: #AC7FA2; }
a { background-color: rgb(172,127,162); }
div.DivClassName
{
background-color: #AC7FA2;
}
.BgClassName
{
background-color: #AC7FA2;
}
</style>
border-color css
<style>
span { border-color: #AC7FA2; }
span { border-color: rgb(172,127,162); }
td.TdClassName
{
border-color: #AC7FA2;
}
.TagClassName
{
border-color: #AC7FA2;
}
</style>