Shades of Bouquet #AC71A0
Tints of Bouquet #AC71A0
RGB
CMYK
RGB Variations
Color information
#AC71A0 (or 0xAC71A0) is known color: Bouquet. HEX triplet: AC, 71 and A0. RGB value is (172,113,160). Sum of RGB (Red+Green+Blue) = 172+113+160=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC71A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC71A0 is #538E5F. Grayscale: #878787. Windows color (decimal): -5475936 or 10514860. OLE color: 10514860.
HSL color Cylindrical-coordinate representation of color #AC71A0: hue angle of 312.2º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC71A0 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 160 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.33 |
| HSL | 312.2º | 0.26% | 0.56% | - |
| HSV(B) | 312.2º | 0.34% | 0.67% | - |
| XYZ | 29.26 | 23.12 | 36.18 | - |
| YUV | 136 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 160 | 0 | 0.34 | 0.07 | 0.33 | 312.2 | 0.26 | 0.56 |
| Hex | AC | 71 | A0 | 0 | 22 | 7 | 21 | 138 | 1A | 38 |
| Octal | 254 | 161 | 240 | 0 | 42 | 7 | 41 | 470 | 32 | 70 |
| Binary | 10101100 | 1110001 | 10100000 | 0 | 100010 | 111 | 100001 | 100111000 | 11010 | 111000 |
Color Harmonies of #AC71A0
Complementary color
Monochromatic Colors of #AC71A0
Black with #AC71A0
Text Example
Text Example
White with #AC71A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC71A0; }
p { color: rgb(172,113,160); }
H1.HeaderClassName
{
color: #AC71A0;
}
.AnyTagClassName
{
color: #AC71A0;
}
</style>
background-color css
<style>
a { background-color: #AC71A0; }
a { background-color: rgb(172,113,160); }
div.DivClassName
{
background-color: #AC71A0;
}
.BgClassName
{
background-color: #AC71A0;
}
</style>
border-color css
<style>
span { border-color: #AC71A0; }
span { border-color: rgb(172,113,160); }
td.TdClassName
{
border-color: #AC71A0;
}
.TagClassName
{
border-color: #AC71A0;
}
</style>