Shades of Bouquet #AE6EA0
Tints of Bouquet #AE6EA0
RGB
CMYK
RGB Variations
Color information
#AE6EA0 (or 0xAE6EA0) is known color: Bouquet. HEX triplet: AE, 6E and A0. RGB value is (174,110,160). Sum of RGB (Red+Green+Blue) = 174+110+160=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6EA0 is #51915F. Grayscale: #868686. Windows color (decimal): -5345632 or 10514094. OLE color: 10514094.
HSL color Cylindrical-coordinate representation of color #AE6EA0: hue angle of 313.12º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE6EA0 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 110 | 160 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.32 |
| HSL | 313.13º | 0.28% | 0.56% | - |
| HSV(B) | 313.13º | 0.37% | 0.68% | - |
| XYZ | 29.38 | 22.69 | 36.09 | - |
| YUV | 134.84 | 142.2 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 110 | 160 | 0 | 0.37 | 0.08 | 0.32 | 313.13 | 0.28 | 0.56 |
| Hex | AE | 6E | A0 | 0 | 25 | 8 | 20 | 139 | 1C | 38 |
| Octal | 256 | 156 | 240 | 0 | 45 | 10 | 40 | 471 | 34 | 70 |
| Binary | 10101110 | 1101110 | 10100000 | 0 | 100101 | 1000 | 100000 | 100111001 | 11100 | 111000 |
Color Harmonies of #AE6EA0
Complementary color
Monochromatic Colors of #AE6EA0
Black with #AE6EA0
Text Example
Text Example
White with #AE6EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6EA0; }
p { color: rgb(174,110,160); }
H1.HeaderClassName
{
color: #AE6EA0;
}
.AnyTagClassName
{
color: #AE6EA0;
}
</style>
background-color css
<style>
a { background-color: #AE6EA0; }
a { background-color: rgb(174,110,160); }
div.DivClassName
{
background-color: #AE6EA0;
}
.BgClassName
{
background-color: #AE6EA0;
}
</style>
border-color css
<style>
span { border-color: #AE6EA0; }
span { border-color: rgb(174,110,160); }
td.TdClassName
{
border-color: #AE6EA0;
}
.TagClassName
{
border-color: #AE6EA0;
}
</style>