Shades of Bouquet #AC6795
Tints of Bouquet #AC6795
RGB
CMYK
RGB Variations
Color information
#AC6795 (or 0xAC6795) is known color: Bouquet. HEX triplet: AC, 67 and 95. RGB value is (172,103,149). Sum of RGB (Red+Green+Blue) = 172+103+149=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6795 is #53986A. Grayscale: #808080. Windows color (decimal): -5478507 or 9791404. OLE color: 9791404.
HSL color Cylindrical-coordinate representation of color #AC6795: hue angle of 320º 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 #AC6795 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 149 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.33 |
| HSL | 320º | 0.29% | 0.54% | - |
| HSV(B) | 320º | 0.4% | 0.67% | - |
| XYZ | 27.29 | 20.64 | 30.98 | - |
| YUV | 128.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 149 | 0 | 0.40 | 0.13 | 0.33 | 320 | 0.29 | 0.54 |
| Hex | AC | 67 | 95 | 0 | 28 | D | 21 | 140 | 1D | 36 |
| Octal | 254 | 147 | 225 | 0 | 50 | 15 | 41 | 500 | 35 | 66 |
| Binary | 10101100 | 1100111 | 10010101 | 0 | 101000 | 1101 | 100001 | 101000000 | 11101 | 110110 |
Color Harmonies of #AC6795
Complementary color
Monochromatic Colors of #AC6795
Black with #AC6795
Text Example
Text Example
White with #AC6795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6795; }
p { color: rgb(172,103,149); }
H1.HeaderClassName
{
color: #AC6795;
}
.AnyTagClassName
{
color: #AC6795;
}
</style>
background-color css
<style>
a { background-color: #AC6795; }
a { background-color: rgb(172,103,149); }
div.DivClassName
{
background-color: #AC6795;
}
.BgClassName
{
background-color: #AC6795;
}
</style>
border-color css
<style>
span { border-color: #AC6795; }
span { border-color: rgb(172,103,149); }
td.TdClassName
{
border-color: #AC6795;
}
.TagClassName
{
border-color: #AC6795;
}
</style>