#AE7693

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

Shades of Bouquet #AE7693

Tints of Bouquet #AE7693

Color information

#AE7693 (or 0xAE7693) is unknown color: approx Bouquet. HEX triplet: AE, 76 and 93. RGB value is (174,118,147). Sum of RGB (Red+Green+Blue) = 174+118+147=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7693 is #51896C. Grayscale: #898989. Windows color (decimal): -5343597 or 9664174. OLE color: 9664174.

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

Color convert

RGB174118147-
CMYK00.320.160.32
HSL328.93º25.69%57.25%-
HSV(B)328.93º32.18%68.24%-
XYZ29.224.0630.71-
YUV138.05133.05153.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 118 (46.48% from 255) = 26.88%
BLUE value IS 147 (57.81% from 255) = 33.49%
R=39.64%
G=26.88%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411814700.320.160.32328.9325.6957.25
HexAE769302010201491a39
Octal25616622304020405113271
Binary1010111011101101001001101000001000010000010100100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7693; }

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

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

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

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

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

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

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

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