Shades of Bouquet #AE76A8
Tints of Bouquet #AE76A8
RGB
CMYK
RGB Variations
Color information
#AE76A8 (or 0xAE76A8) is known color: Bouquet. HEX triplet: AE, 76 and A8. RGB value is (174,118,168). Sum of RGB (Red+Green+Blue) = 174+118+168=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 174 - color contains mainly: red. Hex color #AE76A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE76A8 is #518957. Grayscale: #8C8C8C. Windows color (decimal): -5343576 or 11040430. OLE color: 11040430.
HSL color Cylindrical-coordinate representation of color #AE76A8: hue angle of 306.43º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE76A8 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 118 | 168 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.32 |
| HSL | 306.43º | 0.26% | 0.57% | - |
| HSV(B) | 306.43º | 0.32% | 0.68% | - |
| XYZ | 31 | 24.78 | 40.2 | - |
| YUV | 140.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 118 | 168 | 0 | 0.32 | 0.03 | 0.32 | 306.43 | 0.26 | 0.57 |
| Hex | AE | 76 | A8 | 0 | 20 | 3 | 20 | 132 | 1A | 39 |
| Octal | 256 | 166 | 250 | 0 | 40 | 3 | 40 | 462 | 32 | 71 |
| Binary | 10101110 | 1110110 | 10101000 | 0 | 100000 | 11 | 100000 | 100110010 | 11010 | 111001 |
Color Harmonies of #AE76A8
Complementary color
Monochromatic Colors of #AE76A8
Black with #AE76A8
Text Example
Text Example
White with #AE76A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE76A8; }
p { color: rgb(174,118,168); }
H1.HeaderClassName
{
color: #AE76A8;
}
.AnyTagClassName
{
color: #AE76A8;
}
</style>
background-color css
<style>
a { background-color: #AE76A8; }
a { background-color: rgb(174,118,168); }
div.DivClassName
{
background-color: #AE76A8;
}
.BgClassName
{
background-color: #AE76A8;
}
</style>
border-color css
<style>
span { border-color: #AE76A8; }
span { border-color: rgb(174,118,168); }
td.TdClassName
{
border-color: #AE76A8;
}
.TagClassName
{
border-color: #AE76A8;
}
</style>