#AE6691

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

Shades of Bouquet #AE6691

Tints of Bouquet #AE6691

Color information

#AE6691 (or 0xAE6691) is unknown color: approx Bouquet. HEX triplet: AE, 66 and 91. RGB value is (174,102,145). Sum of RGB (Red+Green+Blue) = 174+102+145=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6691 is #51996E. Grayscale: #808080. Windows color (decimal): -5347695 or 9529006. OLE color: 9529006.

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

Color convert

RGB174102145-
CMYK00.410.170.32
HSL324.17º30.77%54.12%-
HSV(B)324.17º41.38%68.24%-
XYZ27.3220.5529.31-
YUV128.43137.35160.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 145 (57.03% from 255) = 34.44%
R=41.33%
G=24.23%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410214500.410.170.32324.1730.7754.12
HexAE669102911201441f36
Octal25614622105121405043766
Binary1010111011001101001000101010011000110000010100010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6691; }

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

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

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

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

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

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

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

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