Shades of Bouquet #AC7AA1
Tints of Bouquet #AC7AA1
RGB
CMYK
RGB Variations
Color information
#AC7AA1 (or 0xAC7AA1) is known color: Bouquet. HEX triplet: AC, 7A and A1. RGB value is (172,122,161). Sum of RGB (Red+Green+Blue) = 172+122+161=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7AA1 is #53855E. Grayscale: #8D8D8D. Windows color (decimal): -5473631 or 10582700. OLE color: 10582700.
HSL color Cylindrical-coordinate representation of color #AC7AA1: hue angle of 313.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC7AA1 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 161 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.33 |
| HSL | 313.2º | 0.23% | 0.58% | - |
| HSV(B) | 313.2º | 0.29% | 0.67% | - |
| XYZ | 30.41 | 25.26 | 36.99 | - |
| YUV | 141.4 | 139.07 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 161 | 0 | 0.29 | 0.06 | 0.33 | 313.2 | 0.23 | 0.58 |
| Hex | AC | 7A | A1 | 0 | 1D | 6 | 21 | 139 | 17 | 3A |
| Octal | 254 | 172 | 241 | 0 | 35 | 6 | 41 | 471 | 27 | 72 |
| Binary | 10101100 | 1111010 | 10100001 | 0 | 11101 | 110 | 100001 | 100111001 | 10111 | 111010 |
Color Harmonies of #AC7AA1
Complementary color
Monochromatic Colors of #AC7AA1
Black with #AC7AA1
Text Example
Text Example
White with #AC7AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7AA1; }
p { color: rgb(172,122,161); }
H1.HeaderClassName
{
color: #AC7AA1;
}
.AnyTagClassName
{
color: #AC7AA1;
}
</style>
background-color css
<style>
a { background-color: #AC7AA1; }
a { background-color: rgb(172,122,161); }
div.DivClassName
{
background-color: #AC7AA1;
}
.BgClassName
{
background-color: #AC7AA1;
}
</style>
border-color css
<style>
span { border-color: #AC7AA1; }
span { border-color: rgb(172,122,161); }
td.TdClassName
{
border-color: #AC7AA1;
}
.TagClassName
{
border-color: #AC7AA1;
}
</style>