#AE7193

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

Shades of Bouquet #AE7193

Tints of Bouquet #AE7193

Color information

#AE7193 (or 0xAE7193) is unknown color: approx Bouquet. HEX triplet: AE, 71 and 93. RGB value is (174,113,147). Sum of RGB (Red+Green+Blue) = 174+113+147=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7193 is #518E6C. Grayscale: #878787. Windows color (decimal): -5344877 or 9662894. OLE color: 9662894.

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

Color convert

RGB174113147-
CMYK00.350.160.32
HSL326.56º27.35%56.27%-
HSV(B)326.56º35.06%68.24%-
XYZ28.6322.9230.52-
YUV135.12134.71155.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.09%
GREEN value IS 113 (44.53% from 255) = 26.04%
BLUE value IS 147 (57.81% from 255) = 33.87%
R=40.09%
G=26.04%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411314700.350.160.32326.5627.3556.27
HexAE719302310201471b38
Octal25616122304320405073370
Binary1010111011100011001001101000111000010000010100011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7193; }

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

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

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

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

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

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

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

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