#AE7493

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

Shades of Bouquet #AE7493

Tints of Bouquet #AE7493

Color information

#AE7493 (or 0xAE7493) is unknown color: approx Bouquet. HEX triplet: AE, 74 and 93. RGB value is (174,116,147). Sum of RGB (Red+Green+Blue) = 174+116+147=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7493 is #518B6C. Grayscale: #888888. Windows color (decimal): -5344109 or 9663662. OLE color: 9663662.

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

Color convert

RGB174116147-
CMYK00.330.160.32
HSL327.93º26.36%56.86%-
HSV(B)327.93º33.33%68.24%-
XYZ28.9723.630.63-
YUV136.88133.72154.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.82%
GREEN value IS 116 (45.70% from 255) = 26.54%
BLUE value IS 147 (57.81% from 255) = 33.64%
R=39.82%
G=26.54%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411614700.330.160.32327.9326.3656.86
HexAE749302110201481a39
Octal25616422304120405103271
Binary1010111011101001001001101000011000010000010100100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7493; }

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

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

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

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

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

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

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

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