Shades of Bouquet #AC6F93
Tints of Bouquet #AC6F93
RGB
CMYK
RGB Variations
Color information
#AC6F93 (or 0xAC6F93) is known color: Bouquet. HEX triplet: AC, 6F and 93. RGB value is (172,111,147). Sum of RGB (Red+Green+Blue) = 172+111+147=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6F93 is #53906C. Grayscale: #858585. Windows color (decimal): -5476461 or 9662380. OLE color: 9662380.
HSL color Cylindrical-coordinate representation of color #AC6F93: hue angle of 324.59º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC6F93 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 111 | 147 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.33 |
| HSL | 324.59º | 0.27% | 0.55% | - |
| HSV(B) | 324.59º | 0.35% | 0.67% | - |
| XYZ | 27.96 | 22.25 | 30.42 | - |
| YUV | 133.34 | 135.71 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 111 | 147 | 0 | 0.35 | 0.15 | 0.33 | 324.59 | 0.27 | 0.55 |
| Hex | AC | 6F | 93 | 0 | 23 | F | 21 | 145 | 1B | 37 |
| Octal | 254 | 157 | 223 | 0 | 43 | 17 | 41 | 505 | 33 | 67 |
| Binary | 10101100 | 1101111 | 10010011 | 0 | 100011 | 1111 | 100001 | 101000101 | 11011 | 110111 |
Color Harmonies of #AC6F93
Complementary color
Monochromatic Colors of #AC6F93
Black with #AC6F93
Text Example
Text Example
White with #AC6F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6F93; }
p { color: rgb(172,111,147); }
H1.HeaderClassName
{
color: #AC6F93;
}
.AnyTagClassName
{
color: #AC6F93;
}
</style>
background-color css
<style>
a { background-color: #AC6F93; }
a { background-color: rgb(172,111,147); }
div.DivClassName
{
background-color: #AC6F93;
}
.BgClassName
{
background-color: #AC6F93;
}
</style>
border-color css
<style>
span { border-color: #AC6F93; }
span { border-color: rgb(172,111,147); }
td.TdClassName
{
border-color: #AC6F93;
}
.TagClassName
{
border-color: #AC6F93;
}
</style>