Shades of Bouquet #AC75A5
Tints of Bouquet #AC75A5
RGB
CMYK
RGB Variations
Color information
#AC75A5 (or 0xAC75A5) is known color: Bouquet. HEX triplet: AC, 75 and A5. RGB value is (172,117,165). Sum of RGB (Red+Green+Blue) = 172+117+165=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC75A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC75A5 is #538A5A. Grayscale: #8A8A8A. Windows color (decimal): -5474907 or 10843564. OLE color: 10843564.
HSL color Cylindrical-coordinate representation of color #AC75A5: hue angle of 307.64º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC75A5 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 165 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.33 |
| HSL | 307.64º | 0.25% | 0.57% | - |
| HSV(B) | 307.64º | 0.32% | 0.67% | - |
| XYZ | 30.17 | 24.21 | 38.68 | - |
| YUV | 138.92 | 142.72 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 165 | 0 | 0.32 | 0.04 | 0.33 | 307.64 | 0.25 | 0.57 |
| Hex | AC | 75 | A5 | 0 | 20 | 4 | 21 | 134 | 19 | 39 |
| Octal | 254 | 165 | 245 | 0 | 40 | 4 | 41 | 464 | 31 | 71 |
| Binary | 10101100 | 1110101 | 10100101 | 0 | 100000 | 100 | 100001 | 100110100 | 11001 | 111001 |
Color Harmonies of #AC75A5
Complementary color
Monochromatic Colors of #AC75A5
Black with #AC75A5
Text Example
Text Example
White with #AC75A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC75A5; }
p { color: rgb(172,117,165); }
H1.HeaderClassName
{
color: #AC75A5;
}
.AnyTagClassName
{
color: #AC75A5;
}
</style>
background-color css
<style>
a { background-color: #AC75A5; }
a { background-color: rgb(172,117,165); }
div.DivClassName
{
background-color: #AC75A5;
}
.BgClassName
{
background-color: #AC75A5;
}
</style>
border-color css
<style>
span { border-color: #AC75A5; }
span { border-color: rgb(172,117,165); }
td.TdClassName
{
border-color: #AC75A5;
}
.TagClassName
{
border-color: #AC75A5;
}
</style>