#AE789E

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

Shades of Bouquet #AE789E

Tints of Bouquet #AE789E

Color information

#AE789E (or 0xAE789E) is unknown color: approx Bouquet. HEX triplet: AE, 78 and 9E. RGB value is (174,120,158). Sum of RGB (Red+Green+Blue) = 174+120+158=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE789E is #518761. Grayscale: #8C8C8C. Windows color (decimal): -5343074 or 10385582. OLE color: 10385582.

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

Color convert

RGB174120158-
CMYK00.310.090.32
HSL317.78º25%57.65%-
HSV(B)317.78º31.03%68.24%-
XYZ30.3424.935.55-
YUV140.48137.89151.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 120 (47.27% from 255) = 26.55%
BLUE value IS 158 (62.11% from 255) = 34.96%
R=38.50%
G=26.55%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412015800.310.090.32317.782557.65
HexAE789E01F92013e193a
Octal25617023603711404763172
Binary10101110111100010011110011111100110000010011111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE789E; }

 p { color: rgb(174,120,158); }

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

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

 a { background-color: rgb(174,120,158); }

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

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

 span { border-color: rgb(174,120,158); }

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