Shades of Bouquet #AC74A1
Tints of Bouquet #AC74A1
RGB
CMYK
RGB Variations
Color information
#AC74A1 (or 0xAC74A1) is known color: Bouquet. HEX triplet: AC, 74 and A1. RGB value is (172,116,161). Sum of RGB (Red+Green+Blue) = 172+116+161=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC74A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC74A1 is #538B5E. Grayscale: #898989. Windows color (decimal): -5475167 or 10581164. OLE color: 10581164.
HSL color Cylindrical-coordinate representation of color #AC74A1: hue angle of 311.79º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC74A1 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 161 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.33 |
| HSL | 311.79º | 0.25% | 0.56% | - |
| HSV(B) | 311.79º | 0.33% | 0.67% | - |
| XYZ | 29.69 | 23.83 | 36.75 | - |
| YUV | 137.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 161 | 0 | 0.33 | 0.06 | 0.33 | 311.79 | 0.25 | 0.56 |
| Hex | AC | 74 | A1 | 0 | 21 | 6 | 21 | 138 | 19 | 38 |
| Octal | 254 | 164 | 241 | 0 | 41 | 6 | 41 | 470 | 31 | 70 |
| Binary | 10101100 | 1110100 | 10100001 | 0 | 100001 | 110 | 100001 | 100111000 | 11001 | 111000 |
Color Harmonies of #AC74A1
Complementary color
Monochromatic Colors of #AC74A1
Black with #AC74A1
Text Example
Text Example
White with #AC74A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC74A1; }
p { color: rgb(172,116,161); }
H1.HeaderClassName
{
color: #AC74A1;
}
.AnyTagClassName
{
color: #AC74A1;
}
</style>
background-color css
<style>
a { background-color: #AC74A1; }
a { background-color: rgb(172,116,161); }
div.DivClassName
{
background-color: #AC74A1;
}
.BgClassName
{
background-color: #AC74A1;
}
</style>
border-color css
<style>
span { border-color: #AC74A1; }
span { border-color: rgb(172,116,161); }
td.TdClassName
{
border-color: #AC74A1;
}
.TagClassName
{
border-color: #AC74A1;
}
</style>