#AE7A9A

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

Shades of Bouquet #AE7A9A

Tints of Bouquet #AE7A9A

Color information

#AE7A9A (or 0xAE7A9A) is unknown color: approx Bouquet. HEX triplet: AE, 7A and 9A. RGB value is (174,122,154). Sum of RGB (Red+Green+Blue) = 174+122+154=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7A9A is #518565. Grayscale: #8D8D8D. Windows color (decimal): -5342566 or 10123950. OLE color: 10123950.

HSL color Cylindrical-coordinate representation of color #AE7A9A: hue angle of 323.08º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE7A9A is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB174122154-
CMYK00.300.110.32
HSL323.08º24.3%58.04%-
HSV(B)323.08º29.89%68.24%-
XYZ30.2525.2533.85-
YUV141.2135.23151.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 122 (48.05% from 255) = 27.11%
BLUE value IS 154 (60.55% from 255) = 34.22%
R=38.67%
G=27.11%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412215400.300.110.32323.0824.358.04
HexAE7A9A01EB20143183a
Octal25617223203613405033072
Binary10101110111101010011010011110101110000010100001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7A9A; }

 p { color: rgb(174,122,154); }

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

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

 a { background-color: rgb(174,122,154); }

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

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

 span { border-color: rgb(174,122,154); }

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