Shades of Bouquet #AC819B
Tints of Bouquet #AC819B
RGB
CMYK
RGB Variations
Color information
#AC819B (or 0xAC819B) is known color: Bouquet. HEX triplet: AC, 81 and 9B. RGB value is (172,129,155). Sum of RGB (Red+Green+Blue) = 172+129+155=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC819B is #537E64. Grayscale: #909090. Windows color (decimal): -5471845 or 10191276. OLE color: 10191276.
HSL color Cylindrical-coordinate representation of color #AC819B: hue angle of 323.72º 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 #AC819B is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 155 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.33 |
| HSL | 323.72º | 0.21% | 0.59% | - |
| HSV(B) | 323.72º | 0.25% | 0.67% | - |
| XYZ | 30.78 | 26.84 | 34.57 | - |
| YUV | 144.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 155 | 0 | 0.25 | 0.10 | 0.33 | 323.72 | 0.21 | 0.59 |
| Hex | AC | 81 | 9B | 0 | 19 | A | 21 | 144 | 15 | 3B |
| Octal | 254 | 201 | 233 | 0 | 31 | 12 | 41 | 504 | 25 | 73 |
| Binary | 10101100 | 10000001 | 10011011 | 0 | 11001 | 1010 | 100001 | 101000100 | 10101 | 111011 |
Color Harmonies of #AC819B
Complementary color
Monochromatic Colors of #AC819B
Black with #AC819B
Text Example
Text Example
White with #AC819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC819B; }
p { color: rgb(172,129,155); }
H1.HeaderClassName
{
color: #AC819B;
}
.AnyTagClassName
{
color: #AC819B;
}
</style>
background-color css
<style>
a { background-color: #AC819B; }
a { background-color: rgb(172,129,155); }
div.DivClassName
{
background-color: #AC819B;
}
.BgClassName
{
background-color: #AC819B;
}
</style>
border-color css
<style>
span { border-color: #AC819B; }
span { border-color: rgb(172,129,155); }
td.TdClassName
{
border-color: #AC819B;
}
.TagClassName
{
border-color: #AC819B;
}
</style>