#AE7894

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

Shades of Bouquet #AE7894

Tints of Bouquet #AE7894

Color information

#AE7894 (or 0xAE7894) is unknown color: approx Bouquet. HEX triplet: AE, 78 and 94. RGB value is (174,120,148). Sum of RGB (Red+Green+Blue) = 174+120+148=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7894 is #51876B. Grayscale: #8B8B8B. Windows color (decimal): -5343084 or 9730222. OLE color: 9730222.

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

Color convert

RGB174120148-
CMYK00.310.150.32
HSL328.89º25%57.65%-
HSV(B)328.89º31.03%68.24%-
XYZ29.5224.5731.2-
YUV139.34132.89152.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 120 (47.27% from 255) = 27.15%
BLUE value IS 148 (58.20% from 255) = 33.48%
R=39.37%
G=27.15%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412014800.310.150.32328.892557.65
HexAE789401FF20149193a
Octal25617022403717405113172
Binary10101110111100010010100011111111110000010100100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7894; }

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

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

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

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

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

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

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

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