Shades of Bouquet #AE77A2
Tints of Bouquet #AE77A2
RGB
CMYK
RGB Variations
Color information
#AE77A2 (or 0xAE77A2) is known color: Bouquet. HEX triplet: AE, 77 and A2. RGB value is (174,119,162). Sum of RGB (Red+Green+Blue) = 174+119+162=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AE77A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE77A2 is #51885D. Grayscale: #8C8C8C. Windows color (decimal): -5343326 or 10647470. OLE color: 10647470.
HSL color Cylindrical-coordinate representation of color #AE77A2: hue angle of 313.09º degrees, saturation: 0.25, 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 #AE77A2 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 119 | 162 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.32 |
| HSL | 313.09º | 0.25% | 0.57% | - |
| HSV(B) | 313.09º | 0.32% | 0.68% | - |
| XYZ | 30.57 | 24.8 | 37.36 | - |
| YUV | 140.35 | 140.22 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 119 | 162 | 0 | 0.32 | 0.07 | 0.32 | 313.09 | 0.25 | 0.57 |
| Hex | AE | 77 | A2 | 0 | 20 | 7 | 20 | 139 | 19 | 39 |
| Octal | 256 | 167 | 242 | 0 | 40 | 7 | 40 | 471 | 31 | 71 |
| Binary | 10101110 | 1110111 | 10100010 | 0 | 100000 | 111 | 100000 | 100111001 | 11001 | 111001 |
Color Harmonies of #AE77A2
Complementary color
Monochromatic Colors of #AE77A2
Black with #AE77A2
Text Example
Text Example
White with #AE77A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE77A2; }
p { color: rgb(174,119,162); }
H1.HeaderClassName
{
color: #AE77A2;
}
.AnyTagClassName
{
color: #AE77A2;
}
</style>
background-color css
<style>
a { background-color: #AE77A2; }
a { background-color: rgb(174,119,162); }
div.DivClassName
{
background-color: #AE77A2;
}
.BgClassName
{
background-color: #AE77A2;
}
</style>
border-color css
<style>
span { border-color: #AE77A2; }
span { border-color: rgb(174,119,162); }
td.TdClassName
{
border-color: #AE77A2;
}
.TagClassName
{
border-color: #AE77A2;
}
</style>