#AE7DA4

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

Shades of Bouquet #AE7DA4

Tints of Bouquet #AE7DA4

Color information

#AE7DA4 (or 0xAE7DA4) is unknown color: approx Bouquet. HEX triplet: AE, 7D and A4. RGB value is (174,125,164). Sum of RGB (Red+Green+Blue) = 174+125+164=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7DA4 is #51825B. Grayscale: #8F8F8F. Windows color (decimal): -5341788 or 10780078. OLE color: 10780078.

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

Color convert

RGB174125164-
CMYK00.280.060.32
HSL312.24º23.22%58.63%-
HSV(B)312.24º28.16%68.24%-
XYZ31.4926.3538.55-
YUV144.1139.23149.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.58%
GREEN value IS 125 (49.22% from 255) = 27.00%
BLUE value IS 164 (64.45% from 255) = 35.42%
R=37.58%
G=27.00%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412516400.280.060.32312.2423.2258.63
HexAE7DA401C620138173b
Octal2561752440346404702773
Binary1010111011111011010010001110011010000010011100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7DA4; }

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

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

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

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

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

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

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

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