#AE7FA4

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

Shades of Bouquet #AE7FA4

Tints of Bouquet #AE7FA4

Color information

#AE7FA4 (or 0xAE7FA4) is unknown color: approx Bouquet. HEX triplet: AE, 7F and A4. RGB value is (174,127,164). Sum of RGB (Red+Green+Blue) = 174+127+164=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7FA4 is #51805B. Grayscale: #919191. Windows color (decimal): -5341276 or 10780590. OLE color: 10780590.

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

Color convert

RGB174127164-
CMYK00.270.060.32
HSL312.77º22.49%59.02%-
HSV(B)312.77º27.01%68.24%-
XYZ31.7526.8638.63-
YUV145.27138.57148.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 127 (50% from 255) = 27.31%
BLUE value IS 164 (64.45% from 255) = 35.27%
R=37.42%
G=27.31%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412716400.270.060.32312.7722.4959.02
HexAE7FA401B620139163b
Octal2561772440336404712673
Binary1010111011111111010010001101111010000010011100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7FA4; }

 p { color: rgb(174,127,164); }

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

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

 a { background-color: rgb(174,127,164); }

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

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

 span { border-color: rgb(174,127,164); }

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