Shades of Bouquet #AC82A3
Tints of Bouquet #AC82A3
RGB
CMYK
RGB Variations
Color information
#AC82A3 (or 0xAC82A3) is known color: Bouquet. HEX triplet: AC, 82 and A3. RGB value is (172,130,163). Sum of RGB (Red+Green+Blue) = 172+130+163=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC82A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC82A3 is #537D5C. Grayscale: #929292. Windows color (decimal): -5471581 or 10715820. OLE color: 10715820.
HSL color Cylindrical-coordinate representation of color #AC82A3: hue angle of 312.86º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC82A3 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 163 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.33 |
| HSL | 312.86º | 0.2% | 0.59% | - |
| HSV(B) | 312.86º | 0.24% | 0.67% | - |
| XYZ | 31.61 | 27.38 | 38.27 | - |
| YUV | 146.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 163 | 0 | 0.24 | 0.05 | 0.33 | 312.86 | 0.2 | 0.59 |
| Hex | AC | 82 | A3 | 0 | 18 | 5 | 21 | 139 | 14 | 3B |
| Octal | 254 | 202 | 243 | 0 | 30 | 5 | 41 | 471 | 24 | 73 |
| Binary | 10101100 | 10000010 | 10100011 | 0 | 11000 | 101 | 100001 | 100111001 | 10100 | 111011 |
Color Harmonies of #AC82A3
Complementary color
Monochromatic Colors of #AC82A3
Black with #AC82A3
Text Example
Text Example
White with #AC82A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC82A3; }
p { color: rgb(172,130,163); }
H1.HeaderClassName
{
color: #AC82A3;
}
.AnyTagClassName
{
color: #AC82A3;
}
</style>
background-color css
<style>
a { background-color: #AC82A3; }
a { background-color: rgb(172,130,163); }
div.DivClassName
{
background-color: #AC82A3;
}
.BgClassName
{
background-color: #AC82A3;
}
</style>
border-color css
<style>
span { border-color: #AC82A3; }
span { border-color: rgb(172,130,163); }
td.TdClassName
{
border-color: #AC82A3;
}
.TagClassName
{
border-color: #AC82A3;
}
</style>