#AE73A2

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

Shades of Bouquet #AE73A2

Tints of Bouquet #AE73A2

Color information

#AE73A2 (or 0xAE73A2) is unknown color: approx Bouquet. HEX triplet: AE, 73 and A2. RGB value is (174,115,162). Sum of RGB (Red+Green+Blue) = 174+115+162=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 174 - color contains mainly: red. Hex color #AE73A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE73A2 is #518C5D. Grayscale: #898989. Windows color (decimal): -5344350 or 10646446. OLE color: 10646446.

HSL color Cylindrical-coordinate representation of color #AE73A2: hue angle of 312.2º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE73A2 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB174115162-
CMYK00.340.070.32
HSL312.2º26.7%56.67%-
HSV(B)312.2º33.91%68.24%-
XYZ30.1123.8737.2-
YUV138141.55153.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 115 (45.31% from 255) = 25.50%
BLUE value IS 162 (63.67% from 255) = 35.92%
R=38.58%
G=25.50%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411516200.340.070.32312.226.756.67
HexAE73A20227201381b39
Octal2561632420427404703371
Binary10101110111001110100010010001011110000010011100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE73A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE73A2; }

 p { color: rgb(174,115,162); }

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

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

 a { background-color: rgb(174,115,162); }

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

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

 span { border-color: rgb(174,115,162); }

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