Shades of Bouquet #AC6E9B
Tints of Bouquet #AC6E9B
RGB
CMYK
RGB Variations
Color information
#AC6E9B (or 0xAC6E9B) is known color: Bouquet. HEX triplet: AC, 6E and 9B. RGB value is (172,110,155). Sum of RGB (Red+Green+Blue) = 172+110+155=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6E9B is #539164. Grayscale: #858585. Windows color (decimal): -5476709 or 10186412. OLE color: 10186412.
HSL color Cylindrical-coordinate representation of color #AC6E9B: hue angle of 316.45º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC6E9B is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 155 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.33 |
| HSL | 316.45º | 0.27% | 0.55% | - |
| HSV(B) | 316.45º | 0.36% | 0.67% | - |
| XYZ | 28.51 | 22.29 | 33.81 | - |
| YUV | 133.67 | 140.04 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 155 | 0 | 0.36 | 0.10 | 0.33 | 316.45 | 0.27 | 0.55 |
| Hex | AC | 6E | 9B | 0 | 24 | A | 21 | 13C | 1B | 37 |
| Octal | 254 | 156 | 233 | 0 | 44 | 12 | 41 | 474 | 33 | 67 |
| Binary | 10101100 | 1101110 | 10011011 | 0 | 100100 | 1010 | 100001 | 100111100 | 11011 | 110111 |
Color Harmonies of #AC6E9B
Complementary color
Monochromatic Colors of #AC6E9B
Black with #AC6E9B
Text Example
Text Example
White with #AC6E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E9B; }
p { color: rgb(172,110,155); }
H1.HeaderClassName
{
color: #AC6E9B;
}
.AnyTagClassName
{
color: #AC6E9B;
}
</style>
background-color css
<style>
a { background-color: #AC6E9B; }
a { background-color: rgb(172,110,155); }
div.DivClassName
{
background-color: #AC6E9B;
}
.BgClassName
{
background-color: #AC6E9B;
}
</style>
border-color css
<style>
span { border-color: #AC6E9B; }
span { border-color: rgb(172,110,155); }
td.TdClassName
{
border-color: #AC6E9B;
}
.TagClassName
{
border-color: #AC6E9B;
}
</style>