#AE6E91

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

Shades of Bouquet #AE6E91

Tints of Bouquet #AE6E91

Color information

#AE6E91 (or 0xAE6E91) is unknown color: approx Bouquet. HEX triplet: AE, 6E and 91. RGB value is (174,110,145). Sum of RGB (Red+Green+Blue) = 174+110+145=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6E91 is #51916E. Grayscale: #858585. Windows color (decimal): -5345647 or 9531054. OLE color: 9531054.

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

Color convert

RGB174110145-
CMYK00.370.170.32
HSL327.19º28.32%55.69%-
HSV(B)327.19º36.78%68.24%-
XYZ28.1422.1929.59-
YUV133.13134.7157.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.56%
GREEN value IS 110 (43.36% from 255) = 25.64%
BLUE value IS 145 (57.03% from 255) = 33.80%
R=40.56%
G=25.64%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411014500.370.170.32327.1928.3255.69
HexAE6E9102511201471c38
Octal25615622104521405073470
Binary1010111011011101001000101001011000110000010100011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E91; }

 p { color: rgb(174,110,145); }

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

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

 a { background-color: rgb(174,110,145); }

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

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

 span { border-color: rgb(174,110,145); }

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