Shades of Bouquet #AC6E94
Tints of Bouquet #AC6E94
RGB
CMYK
RGB Variations
Color information
#AC6E94 (or 0xAC6E94) is known color: Bouquet. HEX triplet: AC, 6E and 94. RGB value is (172,110,148). Sum of RGB (Red+Green+Blue) = 172+110+148=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6E94 is #53916B. Grayscale: #848484. Windows color (decimal): -5476716 or 9727660. OLE color: 9727660.
HSL color Cylindrical-coordinate representation of color #AC6E94: hue angle of 323.23º 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 #AC6E94 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 148 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.33 |
| HSL | 323.23º | 0.27% | 0.55% | - |
| HSV(B) | 323.23º | 0.36% | 0.67% | - |
| XYZ | 27.93 | 22.06 | 30.8 | - |
| YUV | 132.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 148 | 0 | 0.36 | 0.14 | 0.33 | 323.23 | 0.27 | 0.55 |
| Hex | AC | 6E | 94 | 0 | 24 | E | 21 | 143 | 1B | 37 |
| Octal | 254 | 156 | 224 | 0 | 44 | 16 | 41 | 503 | 33 | 67 |
| Binary | 10101100 | 1101110 | 10010100 | 0 | 100100 | 1110 | 100001 | 101000011 | 11011 | 110111 |
Color Harmonies of #AC6E94
Complementary color
Monochromatic Colors of #AC6E94
Black with #AC6E94
Text Example
Text Example
White with #AC6E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E94; }
p { color: rgb(172,110,148); }
H1.HeaderClassName
{
color: #AC6E94;
}
.AnyTagClassName
{
color: #AC6E94;
}
</style>
background-color css
<style>
a { background-color: #AC6E94; }
a { background-color: rgb(172,110,148); }
div.DivClassName
{
background-color: #AC6E94;
}
.BgClassName
{
background-color: #AC6E94;
}
</style>
border-color css
<style>
span { border-color: #AC6E94; }
span { border-color: rgb(172,110,148); }
td.TdClassName
{
border-color: #AC6E94;
}
.TagClassName
{
border-color: #AC6E94;
}
</style>