Shades of Bouquet #AE6E9B
Tints of Bouquet #AE6E9B
RGB
CMYK
RGB Variations
Color information
#AE6E9B (or 0xAE6E9B) is known color: Bouquet. HEX triplet: AE, 6E and 9B. RGB value is (174,110,155). Sum of RGB (Red+Green+Blue) = 174+110+155=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6E9B is #519164. Grayscale: #868686. Windows color (decimal): -5345637 or 10186414. OLE color: 10186414.
HSL color Cylindrical-coordinate representation of color #AE6E9B: hue angle of 317.81º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE6E9B is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 110 | 155 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.32 |
| HSL | 317.81º | 0.28% | 0.56% | - |
| HSV(B) | 317.81º | 0.37% | 0.68% | - |
| XYZ | 28.95 | 22.52 | 33.83 | - |
| YUV | 134.27 | 139.7 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 110 | 155 | 0 | 0.37 | 0.11 | 0.32 | 317.81 | 0.28 | 0.56 |
| Hex | AE | 6E | 9B | 0 | 25 | B | 20 | 13E | 1C | 38 |
| Octal | 256 | 156 | 233 | 0 | 45 | 13 | 40 | 476 | 34 | 70 |
| Binary | 10101110 | 1101110 | 10011011 | 0 | 100101 | 1011 | 100000 | 100111110 | 11100 | 111000 |
Color Harmonies of #AE6E9B
Complementary color
Monochromatic Colors of #AE6E9B
Black with #AE6E9B
Text Example
Text Example
White with #AE6E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6E9B; }
p { color: rgb(174,110,155); }
H1.HeaderClassName
{
color: #AE6E9B;
}
.AnyTagClassName
{
color: #AE6E9B;
}
</style>
background-color css
<style>
a { background-color: #AE6E9B; }
a { background-color: rgb(174,110,155); }
div.DivClassName
{
background-color: #AE6E9B;
}
.BgClassName
{
background-color: #AE6E9B;
}
</style>
border-color css
<style>
span { border-color: #AE6E9B; }
span { border-color: rgb(174,110,155); }
td.TdClassName
{
border-color: #AE6E9B;
}
.TagClassName
{
border-color: #AE6E9B;
}
</style>