#AE7494

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

Shades of Bouquet #AE7494

Tints of Bouquet #AE7494

Color information

#AE7494 (or 0xAE7494) is unknown color: approx Bouquet. HEX triplet: AE, 74 and 94. RGB value is (174,116,148). Sum of RGB (Red+Green+Blue) = 174+116+148=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7494 is #518B6B. Grayscale: #888888. Windows color (decimal): -5344108 or 9729198. OLE color: 9729198.

HSL color Cylindrical-coordinate representation of color #AE7494: hue angle of 326.9º 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 #AE7494 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB174116148-
CMYK00.330.150.32
HSL326.9º26.36%56.86%-
HSV(B)326.9º33.33%68.24%-
XYZ29.0523.6331.05-
YUV136.99134.22154.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.73%
GREEN value IS 116 (45.70% from 255) = 26.48%
BLUE value IS 148 (58.20% from 255) = 33.79%
R=39.73%
G=26.48%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411614800.330.150.32326.926.3656.86
HexAE7494021F201471a39
Octal25616422404117405073271
Binary101011101110100100101000100001111110000010100011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7494; }

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

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

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

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

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

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

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

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