#AE7097

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

Shades of Bouquet #AE7097

Tints of Bouquet #AE7097

Color information

#AE7097 (or 0xAE7097) is unknown color: approx Bouquet. HEX triplet: AE, 70 and 97. RGB value is (174,112,151). Sum of RGB (Red+Green+Blue) = 174+112+151=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7097 is #518F68. Grayscale: #868686. Windows color (decimal): -5345129 or 9924782. OLE color: 9924782.

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

Color convert

RGB174112151-
CMYK00.360.130.32
HSL322.26º27.68%56.08%-
HSV(B)322.26º35.63%68.24%-
XYZ28.8422.8232.16-
YUV134.98137.04155.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.82%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 151 (59.38% from 255) = 34.55%
R=39.82%
G=25.63%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411215100.360.130.32322.2627.6856.08
HexAE7097024D201421c38
Octal25616022704415405023470
Binary101011101110000100101110100100110110000010100001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7097; }

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

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

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

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

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

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

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

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