Shades of Bouquet #AC819E
Tints of Bouquet #AC819E
RGB
CMYK
RGB Variations
Color information
#AC819E (or 0xAC819E) is known color: Bouquet. HEX triplet: AC, 81 and 9E. RGB value is (172,129,158). Sum of RGB (Red+Green+Blue) = 172+129+158=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC819E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC819E is #537E61. Grayscale: #919191. Windows color (decimal): -5471842 or 10387884. OLE color: 10387884.
HSL color Cylindrical-coordinate representation of color #AC819E: hue angle of 319.53º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC819E is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 158 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.33 |
| HSL | 319.53º | 0.21% | 0.59% | - |
| HSV(B) | 319.53º | 0.25% | 0.67% | - |
| XYZ | 31.04 | 26.94 | 35.91 | - |
| YUV | 145.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 158 | 0 | 0.25 | 0.08 | 0.33 | 319.53 | 0.21 | 0.59 |
| Hex | AC | 81 | 9E | 0 | 19 | 8 | 21 | 140 | 15 | 3B |
| Octal | 254 | 201 | 236 | 0 | 31 | 10 | 41 | 500 | 25 | 73 |
| Binary | 10101100 | 10000001 | 10011110 | 0 | 11001 | 1000 | 100001 | 101000000 | 10101 | 111011 |
Color Harmonies of #AC819E
Complementary color
Monochromatic Colors of #AC819E
Black with #AC819E
Text Example
Text Example
White with #AC819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC819E; }
p { color: rgb(172,129,158); }
H1.HeaderClassName
{
color: #AC819E;
}
.AnyTagClassName
{
color: #AC819E;
}
</style>
background-color css
<style>
a { background-color: #AC819E; }
a { background-color: rgb(172,129,158); }
div.DivClassName
{
background-color: #AC819E;
}
.BgClassName
{
background-color: #AC819E;
}
</style>
border-color css
<style>
span { border-color: #AC819E; }
span { border-color: rgb(172,129,158); }
td.TdClassName
{
border-color: #AC819E;
}
.TagClassName
{
border-color: #AC819E;
}
</style>