Shades of Bouquet #AE6D9B
Tints of Bouquet #AE6D9B
RGB
CMYK
RGB Variations
Color information
#AE6D9B (or 0xAE6D9B) is known color: Bouquet. HEX triplet: AE, 6D and 9B. RGB value is (174,109,155). Sum of RGB (Red+Green+Blue) = 174+109+155=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6D9B is #519264. Grayscale: #858585. Windows color (decimal): -5345893 or 10186158. OLE color: 10186158.
HSL color Cylindrical-coordinate representation of color #AE6D9B: hue angle of 317.54º 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 #AE6D9B is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 109 | 155 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.32 |
| HSL | 317.54º | 0.29% | 0.55% | - |
| HSV(B) | 317.54º | 0.37% | 0.68% | - |
| XYZ | 28.84 | 22.3 | 33.8 | - |
| YUV | 133.68 | 140.03 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 109 | 155 | 0 | 0.37 | 0.11 | 0.32 | 317.54 | 0.29 | 0.55 |
| Hex | AE | 6D | 9B | 0 | 25 | B | 20 | 13E | 1D | 37 |
| Octal | 256 | 155 | 233 | 0 | 45 | 13 | 40 | 476 | 35 | 67 |
| Binary | 10101110 | 1101101 | 10011011 | 0 | 100101 | 1011 | 100000 | 100111110 | 11101 | 110111 |
Color Harmonies of #AE6D9B
Complementary color
Monochromatic Colors of #AE6D9B
Black with #AE6D9B
Text Example
Text Example
White with #AE6D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6D9B; }
p { color: rgb(174,109,155); }
H1.HeaderClassName
{
color: #AE6D9B;
}
.AnyTagClassName
{
color: #AE6D9B;
}
</style>
background-color css
<style>
a { background-color: #AE6D9B; }
a { background-color: rgb(174,109,155); }
div.DivClassName
{
background-color: #AE6D9B;
}
.BgClassName
{
background-color: #AE6D9B;
}
</style>
border-color css
<style>
span { border-color: #AE6D9B; }
span { border-color: rgb(174,109,155); }
td.TdClassName
{
border-color: #AE6D9B;
}
.TagClassName
{
border-color: #AE6D9B;
}
</style>