Shades of Bouquet #AE6A99
Tints of Bouquet #AE6A99
RGB
CMYK
RGB Variations
Color information
#AE6A99 (or 0xAE6A99) is known color: Bouquet. HEX triplet: AE, 6A and 99. RGB value is (174,106,153). Sum of RGB (Red+Green+Blue) = 174+106+153=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6A99 is #519566. Grayscale: #838383. Windows color (decimal): -5346663 or 10054318. OLE color: 10054318.
HSL color Cylindrical-coordinate representation of color #AE6A99: hue angle of 318.53º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE6A99 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 106 | 153 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.32 |
| HSL | 318.53º | 0.3% | 0.55% | - |
| HSV(B) | 318.53º | 0.39% | 0.68% | - |
| XYZ | 28.36 | 21.61 | 32.81 | - |
| YUV | 131.69 | 140.03 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 106 | 153 | 0 | 0.39 | 0.12 | 0.32 | 318.53 | 0.3 | 0.55 |
| Hex | AE | 6A | 99 | 0 | 27 | C | 20 | 13F | 1E | 37 |
| Octal | 256 | 152 | 231 | 0 | 47 | 14 | 40 | 477 | 36 | 67 |
| Binary | 10101110 | 1101010 | 10011001 | 0 | 100111 | 1100 | 100000 | 100111111 | 11110 | 110111 |
Color Harmonies of #AE6A99
Complementary color
Monochromatic Colors of #AE6A99
Black with #AE6A99
Text Example
Text Example
White with #AE6A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6A99; }
p { color: rgb(174,106,153); }
H1.HeaderClassName
{
color: #AE6A99;
}
.AnyTagClassName
{
color: #AE6A99;
}
</style>
background-color css
<style>
a { background-color: #AE6A99; }
a { background-color: rgb(174,106,153); }
div.DivClassName
{
background-color: #AE6A99;
}
.BgClassName
{
background-color: #AE6A99;
}
</style>
border-color css
<style>
span { border-color: #AE6A99; }
span { border-color: rgb(174,106,153); }
td.TdClassName
{
border-color: #AE6A99;
}
.TagClassName
{
border-color: #AE6A99;
}
</style>