Shades of Bouquet #AE74A0
Tints of Bouquet #AE74A0
RGB
CMYK
RGB Variations
Color information
#AE74A0 (or 0xAE74A0) is known color: Bouquet. HEX triplet: AE, 74 and A0. RGB value is (174,116,160). Sum of RGB (Red+Green+Blue) = 174+116+160=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE74A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE74A0 is #518B5F. Grayscale: #8A8A8A. Windows color (decimal): -5344096 or 10515630. OLE color: 10515630.
HSL color Cylindrical-coordinate representation of color #AE74A0: hue angle of 314.48º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE74A0 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 116 | 160 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.32 |
| HSL | 314.48º | 0.26% | 0.57% | - |
| HSV(B) | 314.48º | 0.33% | 0.68% | - |
| XYZ | 30.05 | 24.03 | 36.31 | - |
| YUV | 138.36 | 140.22 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 116 | 160 | 0 | 0.33 | 0.08 | 0.32 | 314.48 | 0.26 | 0.57 |
| Hex | AE | 74 | A0 | 0 | 21 | 8 | 20 | 13A | 1A | 39 |
| Octal | 256 | 164 | 240 | 0 | 41 | 10 | 40 | 472 | 32 | 71 |
| Binary | 10101110 | 1110100 | 10100000 | 0 | 100001 | 1000 | 100000 | 100111010 | 11010 | 111001 |
Color Harmonies of #AE74A0
Complementary color
Monochromatic Colors of #AE74A0
Black with #AE74A0
Text Example
Text Example
White with #AE74A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE74A0; }
p { color: rgb(174,116,160); }
H1.HeaderClassName
{
color: #AE74A0;
}
.AnyTagClassName
{
color: #AE74A0;
}
</style>
background-color css
<style>
a { background-color: #AE74A0; }
a { background-color: rgb(174,116,160); }
div.DivClassName
{
background-color: #AE74A0;
}
.BgClassName
{
background-color: #AE74A0;
}
</style>
border-color css
<style>
span { border-color: #AE74A0; }
span { border-color: rgb(174,116,160); }
td.TdClassName
{
border-color: #AE74A0;
}
.TagClassName
{
border-color: #AE74A0;
}
</style>