Shades of Bouquet #AE6D99
Tints of Bouquet #AE6D99
RGB
CMYK
RGB Variations
Color information
#AE6D99 (or 0xAE6D99) is known color: Bouquet. HEX triplet: AE, 6D and 99. RGB value is (174,109,153). Sum of RGB (Red+Green+Blue) = 174+109+153=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6D99 is #519266. Grayscale: #858585. Windows color (decimal): -5345895 or 10055086. OLE color: 10055086.
HSL color Cylindrical-coordinate representation of color #AE6D99: hue angle of 319.38º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE6D99 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 109 | 153 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.32 |
| HSL | 319.38º | 0.29% | 0.55% | - |
| HSV(B) | 319.38º | 0.37% | 0.68% | - |
| XYZ | 28.67 | 22.24 | 32.92 | - |
| YUV | 133.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 109 | 153 | 0 | 0.37 | 0.12 | 0.32 | 319.38 | 0.29 | 0.55 |
| Hex | AE | 6D | 99 | 0 | 25 | C | 20 | 13F | 1D | 37 |
| Octal | 256 | 155 | 231 | 0 | 45 | 14 | 40 | 477 | 35 | 67 |
| Binary | 10101110 | 1101101 | 10011001 | 0 | 100101 | 1100 | 100000 | 100111111 | 11101 | 110111 |
Color Harmonies of #AE6D99
Complementary color
Monochromatic Colors of #AE6D99
Black with #AE6D99
Text Example
Text Example
White with #AE6D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6D99; }
p { color: rgb(174,109,153); }
H1.HeaderClassName
{
color: #AE6D99;
}
.AnyTagClassName
{
color: #AE6D99;
}
</style>
background-color css
<style>
a { background-color: #AE6D99; }
a { background-color: rgb(174,109,153); }
div.DivClassName
{
background-color: #AE6D99;
}
.BgClassName
{
background-color: #AE6D99;
}
</style>
border-color css
<style>
span { border-color: #AE6D99; }
span { border-color: rgb(174,109,153); }
td.TdClassName
{
border-color: #AE6D99;
}
.TagClassName
{
border-color: #AE6D99;
}
</style>