#AE6E9B

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

Shades of Bouquet #AE6E9B

Tints of Bouquet #AE6E9B

Color information

#AE6E9B (or 0xAE6E9B) is unknown color: approx Bouquet. HEX triplet: AE, 6E and 9B. RGB value is (174,110,155). Sum of RGB (Red+Green+Blue) = 174+110+155=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6E9B is #519164. Grayscale: #868686. Windows color (decimal): -5345637 or 10186414. OLE color: 10186414.

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

Color convert

RGB174110155-
CMYK00.370.110.32
HSL317.81º28.32%55.69%-
HSV(B)317.81º36.78%68.24%-
XYZ28.9522.5233.83-
YUV134.27139.7156.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 110 (43.36% from 255) = 25.06%
BLUE value IS 155 (60.94% from 255) = 35.31%
R=39.64%
G=25.06%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411015500.370.110.32317.8128.3255.69
HexAE6E9B025B2013e1c38
Octal25615623304513404763470
Binary101011101101110100110110100101101110000010011111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E9B; }

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

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

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

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

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

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

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

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