Shades of Bouquet #AC73A3
Tints of Bouquet #AC73A3
RGB
CMYK
RGB Variations
Color information
#AC73A3 (or 0xAC73A3) is known color: Bouquet. HEX triplet: AC, 73 and A3. RGB value is (172,115,163). Sum of RGB (Red+Green+Blue) = 172+115+163=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC73A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC73A3 is #538C5C. Grayscale: #898989. Windows color (decimal): -5475421 or 10711980. OLE color: 10711980.
HSL color Cylindrical-coordinate representation of color #AC73A3: hue angle of 309.47º degrees, saturation: 0.26, 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 #AC73A3 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 163 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.33 |
| HSL | 309.47º | 0.26% | 0.56% | - |
| HSV(B) | 309.47º | 0.33% | 0.67% | - |
| XYZ | 29.75 | 23.68 | 37.65 | - |
| YUV | 137.52 | 142.38 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 163 | 0 | 0.33 | 0.05 | 0.33 | 309.47 | 0.26 | 0.56 |
| Hex | AC | 73 | A3 | 0 | 21 | 5 | 21 | 135 | 1A | 38 |
| Octal | 254 | 163 | 243 | 0 | 41 | 5 | 41 | 465 | 32 | 70 |
| Binary | 10101100 | 1110011 | 10100011 | 0 | 100001 | 101 | 100001 | 100110101 | 11010 | 111000 |
Color Harmonies of #AC73A3
Complementary color
Monochromatic Colors of #AC73A3
Black with #AC73A3
Text Example
Text Example
White with #AC73A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC73A3; }
p { color: rgb(172,115,163); }
H1.HeaderClassName
{
color: #AC73A3;
}
.AnyTagClassName
{
color: #AC73A3;
}
</style>
background-color css
<style>
a { background-color: #AC73A3; }
a { background-color: rgb(172,115,163); }
div.DivClassName
{
background-color: #AC73A3;
}
.BgClassName
{
background-color: #AC73A3;
}
</style>
border-color css
<style>
span { border-color: #AC73A3; }
span { border-color: rgb(172,115,163); }
td.TdClassName
{
border-color: #AC73A3;
}
.TagClassName
{
border-color: #AC73A3;
}
</style>