#AE6E99

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

Shades of Bouquet #AE6E99

Tints of Bouquet #AE6E99

Color information

#AE6E99 (or 0xAE6E99) is unknown color: approx Bouquet. HEX triplet: AE, 6E and 99. RGB value is (174,110,153). Sum of RGB (Red+Green+Blue) = 174+110+153=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6E99 is #519166. Grayscale: #858585. Windows color (decimal): -5345639 or 10055342. OLE color: 10055342.

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

Color convert

RGB174110153-
CMYK00.370.120.32
HSL319.69º28.32%55.69%-
HSV(B)319.69º36.78%68.24%-
XYZ28.7822.4532.95-
YUV134.04138.7156.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.82%
GREEN value IS 110 (43.36% from 255) = 25.17%
BLUE value IS 153 (60.16% from 255) = 35.01%
R=39.82%
G=25.17%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411015300.370.120.32319.6928.3255.69
HexAE6E99025C201401c38
Octal25615623104514405003470
Binary101011101101110100110010100101110010000010100000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E99; }

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

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

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

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

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

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

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

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