Shades of Bouquet #AE6395
Tints of Bouquet #AE6395
RGB
CMYK
RGB Variations
Color information
#AE6395 (or 0xAE6395) is known color: Bouquet. HEX triplet: AE, 63 and 95. RGB value is (174,99,149). Sum of RGB (Red+Green+Blue) = 174+99+149=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6395 is #519C6A. Grayscale: #7E7E7E. Windows color (decimal): -5348459 or 9790382. OLE color: 9790382.
HSL color Cylindrical-coordinate representation of color #AE6395: hue angle of 320º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE6395 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 99 | 149 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.32 |
| HSL | 320º | 0.32% | 0.54% | - |
| HSV(B) | 320º | 0.43% | 0.68% | - |
| XYZ | 27.34 | 20.09 | 30.87 | - |
| YUV | 127.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 149 | 0 | 0.43 | 0.14 | 0.32 | 320 | 0.32 | 0.54 |
| Hex | AE | 63 | 95 | 0 | 2B | E | 20 | 140 | 20 | 36 |
| Octal | 256 | 143 | 225 | 0 | 53 | 16 | 40 | 500 | 40 | 66 |
| Binary | 10101110 | 1100011 | 10010101 | 0 | 101011 | 1110 | 100000 | 101000000 | 100000 | 110110 |
Color Harmonies of #AE6395
Complementary color
Monochromatic Colors of #AE6395
Black with #AE6395
Text Example
Text Example
White with #AE6395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6395; }
p { color: rgb(174,99,149); }
H1.HeaderClassName
{
color: #AE6395;
}
.AnyTagClassName
{
color: #AE6395;
}
</style>
background-color css
<style>
a { background-color: #AE6395; }
a { background-color: rgb(174,99,149); }
div.DivClassName
{
background-color: #AE6395;
}
.BgClassName
{
background-color: #AE6395;
}
</style>
border-color css
<style>
span { border-color: #AE6395; }
span { border-color: rgb(174,99,149); }
td.TdClassName
{
border-color: #AE6395;
}
.TagClassName
{
border-color: #AE6395;
}
</style>