#AEA2CE

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

Shades of Biloba Flower #AEA2CE

Tints of Biloba Flower #AEA2CE

Color information

#AEA2CE (or 0xAEA2CE) is unknown color: approx Biloba Flower. HEX triplet: AE, A2 and CE. RGB value is (174,162,206). Sum of RGB (Red+Green+Blue) = 174+162+206=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEA2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA2CE is #515D31. Grayscale: #AAAAAA. Windows color (decimal): -5332274 or 13542062. OLE color: 13542062.

HSL color Cylindrical-coordinate representation of color #AEA2CE: hue angle of 256.36º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEA2CE is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174162206-
CMYK0.160.2100.19
HSL256.36º30.99%72.16%-
HSV(B)256.36º21.36%80.78%-
XYZ41.5239.363.79-
YUV170.6147.98130.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 162 (63.67% from 255) = 29.89%
BLUE value IS 206 (80.86% from 255) = 38.01%
R=32.10%
G=29.89%
B=38.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741622060.160.2100.19256.3630.9972.16
HexAEA2CE10150131001f48
Octal256242316202502340037110
Binary1010111010100010110011101000010101010011100000000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA2CE; }

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

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

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

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

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

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

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

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