Shades of Bouquet #AC81A0
Tints of Bouquet #AC81A0
RGB
CMYK
RGB Variations
Color information
#AC81A0 (or 0xAC81A0) is known color: Bouquet. HEX triplet: AC, 81 and A0. RGB value is (172,129,160). Sum of RGB (Red+Green+Blue) = 172+129+160=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC81A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC81A0 is #537E5F. Grayscale: #919191. Windows color (decimal): -5471840 or 10518956. OLE color: 10518956.
HSL color Cylindrical-coordinate representation of color #AC81A0: hue angle of 316.74º 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 #AC81A0 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 160 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.33 |
| HSL | 316.74º | 0.21% | 0.59% | - |
| HSV(B) | 316.74º | 0.25% | 0.67% | - |
| XYZ | 31.21 | 27.01 | 36.83 | - |
| YUV | 145.39 | 136.25 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 160 | 0 | 0.25 | 0.07 | 0.33 | 316.74 | 0.21 | 0.59 |
| Hex | AC | 81 | A0 | 0 | 19 | 7 | 21 | 13D | 15 | 3B |
| Octal | 254 | 201 | 240 | 0 | 31 | 7 | 41 | 475 | 25 | 73 |
| Binary | 10101100 | 10000001 | 10100000 | 0 | 11001 | 111 | 100001 | 100111101 | 10101 | 111011 |
Color Harmonies of #AC81A0
Complementary color
Monochromatic Colors of #AC81A0
Black with #AC81A0
Text Example
Text Example
White with #AC81A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC81A0; }
p { color: rgb(172,129,160); }
H1.HeaderClassName
{
color: #AC81A0;
}
.AnyTagClassName
{
color: #AC81A0;
}
</style>
background-color css
<style>
a { background-color: #AC81A0; }
a { background-color: rgb(172,129,160); }
div.DivClassName
{
background-color: #AC81A0;
}
.BgClassName
{
background-color: #AC81A0;
}
</style>
border-color css
<style>
span { border-color: #AC81A0; }
span { border-color: rgb(172,129,160); }
td.TdClassName
{
border-color: #AC81A0;
}
.TagClassName
{
border-color: #AC81A0;
}
</style>