Shades of Bouquet #AE6C91
Tints of Bouquet #AE6C91
RGB
CMYK
RGB Variations
Color information
#AE6C91 (or 0xAE6C91) is known color: Bouquet. HEX triplet: AE, 6C and 91. RGB value is (174,108,145). Sum of RGB (Red+Green+Blue) = 174+108+145=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6C91 is #51936E. Grayscale: #838383. Windows color (decimal): -5346159 or 9530542. OLE color: 9530542.
HSL color Cylindrical-coordinate representation of color #AE6C91: hue angle of 326.36º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE6C91 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 108 | 145 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.32 |
| HSL | 326.36º | 0.29% | 0.55% | - |
| HSV(B) | 326.36º | 0.38% | 0.68% | - |
| XYZ | 27.93 | 21.77 | 29.52 | - |
| YUV | 131.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 108 | 145 | 0 | 0.38 | 0.17 | 0.32 | 326.36 | 0.29 | 0.55 |
| Hex | AE | 6C | 91 | 0 | 26 | 11 | 20 | 146 | 1D | 37 |
| Octal | 256 | 154 | 221 | 0 | 46 | 21 | 40 | 506 | 35 | 67 |
| Binary | 10101110 | 1101100 | 10010001 | 0 | 100110 | 10001 | 100000 | 101000110 | 11101 | 110111 |
Color Harmonies of #AE6C91
Complementary color
Monochromatic Colors of #AE6C91
Black with #AE6C91
Text Example
Text Example
White with #AE6C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6C91; }
p { color: rgb(174,108,145); }
H1.HeaderClassName
{
color: #AE6C91;
}
.AnyTagClassName
{
color: #AE6C91;
}
</style>
background-color css
<style>
a { background-color: #AE6C91; }
a { background-color: rgb(174,108,145); }
div.DivClassName
{
background-color: #AE6C91;
}
.BgClassName
{
background-color: #AE6C91;
}
</style>
border-color css
<style>
span { border-color: #AE6C91; }
span { border-color: rgb(174,108,145); }
td.TdClassName
{
border-color: #AE6C91;
}
.TagClassName
{
border-color: #AE6C91;
}
</style>