#AE7A94

Color #AE7A94 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #AE7A94

Tints of Bouquet #AE7A94

Color information

#AE7A94 (or 0xAE7A94) is unknown color: approx Bouquet. HEX triplet: AE, 7A and 94. RGB value is (174,122,148). Sum of RGB (Red+Green+Blue) = 174+122+148=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7A94 is #51856B. Grayscale: #8C8C8C. Windows color (decimal): -5342572 or 9730734. OLE color: 9730734.

HSL color Cylindrical-coordinate representation of color #AE7A94: hue angle of 330º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE7A94 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB174122148-
CMYK00.300.150.32
HSL330º24.3%58.04%-
HSV(B)330º29.89%68.24%-
XYZ29.7625.0631.28-
YUV140.51132.23151.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 122 (48.05% from 255) = 27.48%
BLUE value IS 148 (58.20% from 255) = 33.33%
R=39.19%
G=27.48%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412214800.300.150.3233024.358.04
HexAE7A9401EF2014a183a
Octal25617222403617405123072
Binary10101110111101010010100011110111110000010100101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7A94; }

 p { color: rgb(174,122,148); }

 H1.HeaderClassName
 {
   color: #AE7A94;
 }
 .AnyTagClassName
 {
   color: #AE7A94;
 }
</style>
background-color css

<style>
 a { background-color: #AE7A94; }

 a { background-color: rgb(174,122,148); }

 div.DivClassName
 {
   background-color: #AE7A94;
 }
 .BgClassName
 {
   background-color: #AE7A94;
 }
</style>
border-color css

<style>
 span { border-color: #AE7A94; }

 span { border-color: rgb(174,122,148); }

 td.TdClassName
 {
   border-color: #AE7A94;
 }
 .TagClassName
 {
   border-color: #AE7A94;
 }
</style>