#AE74A5

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

Shades of Bouquet #AE74A5

Tints of Bouquet #AE74A5

Color information

#AE74A5 (or 0xAE74A5) is unknown color: approx Bouquet. HEX triplet: AE, 74 and A5. RGB value is (174,116,165). Sum of RGB (Red+Green+Blue) = 174+116+165=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AE74A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE74A5 is #518B5A. Grayscale: #8A8A8A. Windows color (decimal): -5344091 or 10843310. OLE color: 10843310.

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

Color convert

RGB174116165-
CMYK00.330.050.32
HSL309.31º26.36%56.86%-
HSV(B)309.31º33.33%68.24%-
XYZ30.4924.2138.66-
YUV138.93142.72153.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 116 (45.70% from 255) = 25.49%
BLUE value IS 165 (64.84% from 255) = 36.26%
R=38.24%
G=25.49%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411616500.330.050.32309.3126.3656.86
HexAE74A50215201351a39
Octal2561642450415404653271
Binary10101110111010010100101010000110110000010011010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE74A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE74A5; }

 p { color: rgb(174,116,165); }

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

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

 a { background-color: rgb(174,116,165); }

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

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

 span { border-color: rgb(174,116,165); }

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