Shades of Bouquet #AC7098
Tints of Bouquet #AC7098
RGB
CMYK
RGB Variations
Color information
#AC7098 (or 0xAC7098) is known color: Bouquet. HEX triplet: AC, 70 and 98. RGB value is (172,112,152). Sum of RGB (Red+Green+Blue) = 172+112+152=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7098 is #538F67. Grayscale: #868686. Windows color (decimal): -5476200 or 9990316. OLE color: 9990316.
HSL color Cylindrical-coordinate representation of color #AC7098: hue angle of 320º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC7098 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 152 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.33 |
| HSL | 320º | 0.27% | 0.56% | - |
| HSV(B) | 320º | 0.35% | 0.67% | - |
| XYZ | 28.47 | 22.63 | 32.57 | - |
| YUV | 134.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 152 | 0 | 0.35 | 0.12 | 0.33 | 320 | 0.27 | 0.56 |
| Hex | AC | 70 | 98 | 0 | 23 | C | 21 | 140 | 1B | 38 |
| Octal | 254 | 160 | 230 | 0 | 43 | 14 | 41 | 500 | 33 | 70 |
| Binary | 10101100 | 1110000 | 10011000 | 0 | 100011 | 1100 | 100001 | 101000000 | 11011 | 111000 |
Color Harmonies of #AC7098
Complementary color
Monochromatic Colors of #AC7098
Black with #AC7098
Text Example
Text Example
White with #AC7098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7098; }
p { color: rgb(172,112,152); }
H1.HeaderClassName
{
color: #AC7098;
}
.AnyTagClassName
{
color: #AC7098;
}
</style>
background-color css
<style>
a { background-color: #AC7098; }
a { background-color: rgb(172,112,152); }
div.DivClassName
{
background-color: #AC7098;
}
.BgClassName
{
background-color: #AC7098;
}
</style>
border-color css
<style>
span { border-color: #AC7098; }
span { border-color: rgb(172,112,152); }
td.TdClassName
{
border-color: #AC7098;
}
.TagClassName
{
border-color: #AC7098;
}
</style>