#AE7C94

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

Shades of Bouquet #AE7C94

Tints of Bouquet #AE7C94

Color information

#AE7C94 (or 0xAE7C94) is unknown color: approx Bouquet. HEX triplet: AE, 7C and 94. RGB value is (174,124,148). Sum of RGB (Red+Green+Blue) = 174+124+148=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7C94 is #51836B. Grayscale: #8D8D8D. Windows color (decimal): -5342060 or 9731246. OLE color: 9731246.

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

Color convert

RGB174124148-
CMYK00.290.150.32
HSL331.2º23.58%58.43%-
HSV(B)331.2º28.74%68.24%-
XYZ30.0125.5531.37-
YUV141.69131.56151.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.01%
GREEN value IS 124 (48.83% from 255) = 27.80%
BLUE value IS 148 (58.20% from 255) = 33.18%
R=39.01%
G=27.80%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412414800.290.150.32331.223.5858.43
HexAE7C9401DF2014b183a
Octal25617422403517405133072
Binary10101110111110010010100011101111110000010100101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7C94; }

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

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

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

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

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

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

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

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