Shades of Bouquet #AE6698
Tints of Bouquet #AE6698
RGB
CMYK
RGB Variations
Color information
#AE6698 (or 0xAE6698) is known color: Bouquet. HEX triplet: AE, 66 and 98. RGB value is (174,102,152). Sum of RGB (Red+Green+Blue) = 174+102+152=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6698 is #519967. Grayscale: #818181. Windows color (decimal): -5347688 or 9987758. OLE color: 9987758.
HSL color Cylindrical-coordinate representation of color #AE6698: hue angle of 318.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE6698 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 102 | 152 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.32 |
| HSL | 318.33º | 0.31% | 0.54% | - |
| HSV(B) | 318.33º | 0.41% | 0.68% | - |
| XYZ | 27.87 | 20.77 | 32.25 | - |
| YUV | 129.23 | 140.85 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 102 | 152 | 0 | 0.41 | 0.13 | 0.32 | 318.33 | 0.31 | 0.54 |
| Hex | AE | 66 | 98 | 0 | 29 | D | 20 | 13E | 1F | 36 |
| Octal | 256 | 146 | 230 | 0 | 51 | 15 | 40 | 476 | 37 | 66 |
| Binary | 10101110 | 1100110 | 10011000 | 0 | 101001 | 1101 | 100000 | 100111110 | 11111 | 110110 |
Color Harmonies of #AE6698
Complementary color
Monochromatic Colors of #AE6698
Black with #AE6698
Text Example
Text Example
White with #AE6698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6698; }
p { color: rgb(174,102,152); }
H1.HeaderClassName
{
color: #AE6698;
}
.AnyTagClassName
{
color: #AE6698;
}
</style>
background-color css
<style>
a { background-color: #AE6698; }
a { background-color: rgb(174,102,152); }
div.DivClassName
{
background-color: #AE6698;
}
.BgClassName
{
background-color: #AE6698;
}
</style>
border-color css
<style>
span { border-color: #AE6698; }
span { border-color: rgb(174,102,152); }
td.TdClassName
{
border-color: #AE6698;
}
.TagClassName
{
border-color: #AE6698;
}
</style>