Shades of Bouquet #AE6C98
Tints of Bouquet #AE6C98
RGB
CMYK
RGB Variations
Color information
#AE6C98 (or 0xAE6C98) is known color: Bouquet. HEX triplet: AE, 6C and 98. RGB value is (174,108,152). Sum of RGB (Red+Green+Blue) = 174+108+152=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6C98 is #519367. Grayscale: #848484. Windows color (decimal): -5346152 or 9989294. OLE color: 9989294.
HSL color Cylindrical-coordinate representation of color #AE6C98: hue angle of 320º 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 #AE6C98 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 108 | 152 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.32 |
| HSL | 320º | 0.29% | 0.55% | - |
| HSV(B) | 320º | 0.38% | 0.68% | - |
| XYZ | 28.49 | 21.99 | 32.45 | - |
| YUV | 132.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 108 | 152 | 0 | 0.38 | 0.13 | 0.32 | 320 | 0.29 | 0.55 |
| Hex | AE | 6C | 98 | 0 | 26 | D | 20 | 140 | 1D | 37 |
| Octal | 256 | 154 | 230 | 0 | 46 | 15 | 40 | 500 | 35 | 67 |
| Binary | 10101110 | 1101100 | 10011000 | 0 | 100110 | 1101 | 100000 | 101000000 | 11101 | 110111 |
Color Harmonies of #AE6C98
Complementary color
Monochromatic Colors of #AE6C98
Black with #AE6C98
Text Example
Text Example
White with #AE6C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6C98; }
p { color: rgb(174,108,152); }
H1.HeaderClassName
{
color: #AE6C98;
}
.AnyTagClassName
{
color: #AE6C98;
}
</style>
background-color css
<style>
a { background-color: #AE6C98; }
a { background-color: rgb(174,108,152); }
div.DivClassName
{
background-color: #AE6C98;
}
.BgClassName
{
background-color: #AE6C98;
}
</style>
border-color css
<style>
span { border-color: #AE6C98; }
span { border-color: rgb(174,108,152); }
td.TdClassName
{
border-color: #AE6C98;
}
.TagClassName
{
border-color: #AE6C98;
}
</style>