#AE7094

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

Shades of Bouquet #AE7094

Tints of Bouquet #AE7094

Color information

#AE7094 (or 0xAE7094) is unknown color: approx Bouquet. HEX triplet: AE, 70 and 94. RGB value is (174,112,148). Sum of RGB (Red+Green+Blue) = 174+112+148=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7094 is #518F6B. Grayscale: #868686. Windows color (decimal): -5345132 or 9728174. OLE color: 9728174.

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

Color convert

RGB174112148-
CMYK00.360.150.32
HSL325.16º27.68%56.08%-
HSV(B)325.16º35.63%68.24%-
XYZ28.622.7330.9-
YUV134.64135.54156.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.09%
GREEN value IS 112 (44.14% from 255) = 25.81%
BLUE value IS 148 (58.20% from 255) = 34.10%
R=40.09%
G=25.81%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411214800.360.150.32325.1627.6856.08
HexAE7094024F201451c38
Octal25616022404417405053470
Binary101011101110000100101000100100111110000010100010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7094; }

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

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

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

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

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

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

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

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