#AEA2E4

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

Shades of Biloba Flower #AEA2E4

Tints of Biloba Flower #AEA2E4

Color information

#AEA2E4 (or 0xAEA2E4) is unknown color: approx Biloba Flower. HEX triplet: AE, A2 and E4. RGB value is (174,162,228). Sum of RGB (Red+Green+Blue) = 174+162+228=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #AEA2E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA2E4 is #515D1B. Grayscale: #ACACAC. Windows color (decimal): -5332252 or 14983854. OLE color: 14983854.

HSL color Cylindrical-coordinate representation of color #AEA2E4: hue angle of 250.91º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEA2E4 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174162228-
CMYK0.240.2900.11
HSL250.91º55%76.47%-
HSV(B)250.91º28.95%89.41%-
XYZ44.3840.4478.87-
YUV173.11158.98128.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.85%
GREEN value IS 162 (63.67% from 255) = 28.72%
BLUE value IS 228 (89.45% from 255) = 40.43%
R=30.85%
G=28.72%
B=40.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741622280.240.2900.11250.915576.47
HexAEA2E4181D0Bfb374c
Octal256242344303501337367114
Binary101011101010001011100100110001110101011111110111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA2E4; }

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

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

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

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

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

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

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

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