Shades of Bouquet #AC80A1
Tints of Bouquet #AC80A1
RGB
CMYK
RGB Variations
Color information
#AC80A1 (or 0xAC80A1) is known color: Bouquet. HEX triplet: AC, 80 and A1. RGB value is (172,128,161). Sum of RGB (Red+Green+Blue) = 172+128+161=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC80A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC80A1 is #537F5E. Grayscale: #909090. Windows color (decimal): -5472095 or 10584236. OLE color: 10584236.
HSL color Cylindrical-coordinate representation of color #AC80A1: hue angle of 315º 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 #AC80A1 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 161 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.33 |
| HSL | 315º | 0.21% | 0.59% | - |
| HSV(B) | 315º | 0.26% | 0.67% | - |
| XYZ | 31.17 | 26.78 | 37.25 | - |
| YUV | 144.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 161 | 0 | 0.26 | 0.06 | 0.33 | 315 | 0.21 | 0.59 |
| Hex | AC | 80 | A1 | 0 | 1A | 6 | 21 | 13B | 15 | 3B |
| Octal | 254 | 200 | 241 | 0 | 32 | 6 | 41 | 473 | 25 | 73 |
| Binary | 10101100 | 10000000 | 10100001 | 0 | 11010 | 110 | 100001 | 100111011 | 10101 | 111011 |
Color Harmonies of #AC80A1
Complementary color
Monochromatic Colors of #AC80A1
Black with #AC80A1
Text Example
Text Example
White with #AC80A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC80A1; }
p { color: rgb(172,128,161); }
H1.HeaderClassName
{
color: #AC80A1;
}
.AnyTagClassName
{
color: #AC80A1;
}
</style>
background-color css
<style>
a { background-color: #AC80A1; }
a { background-color: rgb(172,128,161); }
div.DivClassName
{
background-color: #AC80A1;
}
.BgClassName
{
background-color: #AC80A1;
}
</style>
border-color css
<style>
span { border-color: #AC80A1; }
span { border-color: rgb(172,128,161); }
td.TdClassName
{
border-color: #AC80A1;
}
.TagClassName
{
border-color: #AC80A1;
}
</style>