#AEA3E4

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

Shades of Biloba Flower #AEA3E4

Tints of Biloba Flower #AEA3E4

Color information

#AEA3E4 (or 0xAEA3E4) is unknown color: approx Biloba Flower. HEX triplet: AE, A3 and E4. RGB value is (174,163,228). Sum of RGB (Red+Green+Blue) = 174+163+228=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 228 (89.45% from 255 or 40.35% from 565); Max value from RGB is 228 - color contains mainly: blue. Hex color #AEA3E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA3E4 is #515C1B. Grayscale: #ADADAD. Windows color (decimal): -5331996 or 14984110. OLE color: 14984110.

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

Color convert

RGB174163228-
CMYK0.240.2900.11
HSL250.15º54.62%76.67%-
HSV(B)250.15º28.51%89.41%-
XYZ44.5640.7978.92-
YUV173.7158.64128.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.80%
GREEN value IS 163 (64.06% from 255) = 28.85%
BLUE value IS 228 (89.45% from 255) = 40.35%
R=30.80%
G=28.85%
B=40.35%

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
Decimal1741632280.240.2900.11250.1554.6276.67
HexAEA3E4181D0Bfa374d
Octal256243344303501337267115
Binary101011101010001111100100110001110101011111110101101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA3E4; }

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

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

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

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

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

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

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

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