Shades of Bouquet #AC7B98
Tints of Bouquet #AC7B98
RGB
CMYK
RGB Variations
Color information
#AC7B98 (or 0xAC7B98) is known color: Bouquet. HEX triplet: AC, 7B and 98. RGB value is (172,123,152). Sum of RGB (Red+Green+Blue) = 172+123+152=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7B98 is #538467. Grayscale: #8C8C8C. Windows color (decimal): -5473384 or 9993132. OLE color: 9993132.
HSL color Cylindrical-coordinate representation of color #AC7B98: hue angle of 324.49º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC7B98 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 152 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.33 |
| HSL | 324.49º | 0.23% | 0.58% | - |
| HSV(B) | 324.49º | 0.28% | 0.67% | - |
| XYZ | 29.76 | 25.2 | 33 | - |
| YUV | 140.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 152 | 0 | 0.28 | 0.12 | 0.33 | 324.49 | 0.23 | 0.58 |
| Hex | AC | 7B | 98 | 0 | 1C | C | 21 | 144 | 17 | 3A |
| Octal | 254 | 173 | 230 | 0 | 34 | 14 | 41 | 504 | 27 | 72 |
| Binary | 10101100 | 1111011 | 10011000 | 0 | 11100 | 1100 | 100001 | 101000100 | 10111 | 111010 |
Color Harmonies of #AC7B98
Complementary color
Monochromatic Colors of #AC7B98
Black with #AC7B98
Text Example
Text Example
White with #AC7B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B98; }
p { color: rgb(172,123,152); }
H1.HeaderClassName
{
color: #AC7B98;
}
.AnyTagClassName
{
color: #AC7B98;
}
</style>
background-color css
<style>
a { background-color: #AC7B98; }
a { background-color: rgb(172,123,152); }
div.DivClassName
{
background-color: #AC7B98;
}
.BgClassName
{
background-color: #AC7B98;
}
</style>
border-color css
<style>
span { border-color: #AC7B98; }
span { border-color: rgb(172,123,152); }
td.TdClassName
{
border-color: #AC7B98;
}
.TagClassName
{
border-color: #AC7B98;
}
</style>