#AE73A0

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

Shades of Bouquet #AE73A0

Tints of Bouquet #AE73A0

Color information

#AE73A0 (or 0xAE73A0) is unknown color: approx Bouquet. HEX triplet: AE, 73 and A0. RGB value is (174,115,160). Sum of RGB (Red+Green+Blue) = 174+115+160=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE73A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE73A0 is #518C5F. Grayscale: #898989. Windows color (decimal): -5344352 or 10515374. OLE color: 10515374.

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

Color convert

RGB174115160-
CMYK00.340.080.32
HSL314.24º26.7%56.67%-
HSV(B)314.24º33.91%68.24%-
XYZ29.9323.836.27-
YUV137.77140.55153.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 115 (45.31% from 255) = 25.61%
BLUE value IS 160 (62.89% from 255) = 35.63%
R=38.75%
G=25.61%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411516000.340.080.32314.2426.756.67
HexAE73A002282013a1b39
Octal25616324004210404723371
Binary101011101110011101000000100010100010000010011101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE73A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE73A0; }

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

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

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

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

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

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

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

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