Shades of Bouquet #AC6799
Tints of Bouquet #AC6799
RGB
CMYK
RGB Variations
Color information
#AC6799 (or 0xAC6799) is known color: Bouquet. HEX triplet: AC, 67 and 99. RGB value is (172,103,153). Sum of RGB (Red+Green+Blue) = 172+103+153=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6799 is #539866. Grayscale: #818181. Windows color (decimal): -5478503 or 10053548. OLE color: 10053548.
HSL color Cylindrical-coordinate representation of color #AC6799: hue angle of 316.52º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC6799 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 153 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.33 |
| HSL | 316.52º | 0.29% | 0.54% | - |
| HSV(B) | 316.52º | 0.4% | 0.67% | - |
| XYZ | 27.61 | 20.77 | 32.69 | - |
| YUV | 129.33 | 141.36 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 153 | 0 | 0.40 | 0.11 | 0.33 | 316.52 | 0.29 | 0.54 |
| Hex | AC | 67 | 99 | 0 | 28 | B | 21 | 13D | 1D | 36 |
| Octal | 254 | 147 | 231 | 0 | 50 | 13 | 41 | 475 | 35 | 66 |
| Binary | 10101100 | 1100111 | 10011001 | 0 | 101000 | 1011 | 100001 | 100111101 | 11101 | 110110 |
Color Harmonies of #AC6799
Complementary color
Monochromatic Colors of #AC6799
Black with #AC6799
Text Example
Text Example
White with #AC6799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6799; }
p { color: rgb(172,103,153); }
H1.HeaderClassName
{
color: #AC6799;
}
.AnyTagClassName
{
color: #AC6799;
}
</style>
background-color css
<style>
a { background-color: #AC6799; }
a { background-color: rgb(172,103,153); }
div.DivClassName
{
background-color: #AC6799;
}
.BgClassName
{
background-color: #AC6799;
}
</style>
border-color css
<style>
span { border-color: #AC6799; }
span { border-color: rgb(172,103,153); }
td.TdClassName
{
border-color: #AC6799;
}
.TagClassName
{
border-color: #AC6799;
}
</style>