Shades of Bouquet #AE6595
Tints of Bouquet #AE6595
RGB
CMYK
RGB Variations
Color information
#AE6595 (or 0xAE6595) is known color: Bouquet. HEX triplet: AE, 65 and 95. RGB value is (174,101,149). Sum of RGB (Red+Green+Blue) = 174+101+149=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6595 is #519A6A. Grayscale: #808080. Windows color (decimal): -5347947 or 9790894. OLE color: 9790894.
HSL color Cylindrical-coordinate representation of color #AE6595: hue angle of 320.55º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE6595 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 149 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.32 |
| HSL | 320.55º | 0.31% | 0.54% | - |
| HSV(B) | 320.55º | 0.42% | 0.68% | - |
| XYZ | 27.53 | 20.48 | 30.93 | - |
| YUV | 128.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 149 | 0 | 0.42 | 0.14 | 0.32 | 320.55 | 0.31 | 0.54 |
| Hex | AE | 65 | 95 | 0 | 2A | E | 20 | 141 | 1F | 36 |
| Octal | 256 | 145 | 225 | 0 | 52 | 16 | 40 | 501 | 37 | 66 |
| Binary | 10101110 | 1100101 | 10010101 | 0 | 101010 | 1110 | 100000 | 101000001 | 11111 | 110110 |
Color Harmonies of #AE6595
Complementary color
Monochromatic Colors of #AE6595
Black with #AE6595
Text Example
Text Example
White with #AE6595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6595; }
p { color: rgb(174,101,149); }
H1.HeaderClassName
{
color: #AE6595;
}
.AnyTagClassName
{
color: #AE6595;
}
</style>
background-color css
<style>
a { background-color: #AE6595; }
a { background-color: rgb(174,101,149); }
div.DivClassName
{
background-color: #AE6595;
}
.BgClassName
{
background-color: #AE6595;
}
</style>
border-color css
<style>
span { border-color: #AE6595; }
span { border-color: rgb(174,101,149); }
td.TdClassName
{
border-color: #AE6595;
}
.TagClassName
{
border-color: #AE6595;
}
</style>