Shades of Bouquet #AC6C93
Tints of Bouquet #AC6C93
RGB
CMYK
RGB Variations
Color information
#AC6C93 (or 0xAC6C93) is known color: Bouquet. HEX triplet: AC, 6C and 93. RGB value is (172,108,147). Sum of RGB (Red+Green+Blue) = 172+108+147=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6C93 is #53936C. Grayscale: #838383. Windows color (decimal): -5477229 or 9661612. OLE color: 9661612.
HSL color Cylindrical-coordinate representation of color #AC6C93: hue angle of 323.44º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC6C93 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 147 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.33 |
| HSL | 323.44º | 0.28% | 0.55% | - |
| HSV(B) | 323.44º | 0.37% | 0.67% | - |
| XYZ | 27.64 | 21.6 | 30.32 | - |
| YUV | 131.58 | 136.7 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 147 | 0 | 0.37 | 0.15 | 0.33 | 323.44 | 0.28 | 0.55 |
| Hex | AC | 6C | 93 | 0 | 25 | F | 21 | 143 | 1C | 37 |
| Octal | 254 | 154 | 223 | 0 | 45 | 17 | 41 | 503 | 34 | 67 |
| Binary | 10101100 | 1101100 | 10010011 | 0 | 100101 | 1111 | 100001 | 101000011 | 11100 | 110111 |
Color Harmonies of #AC6C93
Complementary color
Monochromatic Colors of #AC6C93
Black with #AC6C93
Text Example
Text Example
White with #AC6C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C93; }
p { color: rgb(172,108,147); }
H1.HeaderClassName
{
color: #AC6C93;
}
.AnyTagClassName
{
color: #AC6C93;
}
</style>
background-color css
<style>
a { background-color: #AC6C93; }
a { background-color: rgb(172,108,147); }
div.DivClassName
{
background-color: #AC6C93;
}
.BgClassName
{
background-color: #AC6C93;
}
</style>
border-color css
<style>
span { border-color: #AC6C93; }
span { border-color: rgb(172,108,147); }
td.TdClassName
{
border-color: #AC6C93;
}
.TagClassName
{
border-color: #AC6C93;
}
</style>