#AE92E5

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

Shades of Biloba Flower #AE92E5

Tints of Biloba Flower #AE92E5

Color information

#AE92E5 (or 0xAE92E5) is unknown color: approx Biloba Flower. HEX triplet: AE, 92 and E5. RGB value is (174,146,229). Sum of RGB (Red+Green+Blue) = 174+146+229=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE92E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE92E5 is #516D1A. Grayscale: #A3A3A3. Windows color (decimal): -5336347 or 15045294. OLE color: 15045294.

HSL color Cylindrical-coordinate representation of color #AE92E5: hue angle of 260.24º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE92E5 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174146229-
CMYK0.240.3600.10
HSL260.24º61.48%73.53%-
HSV(B)260.24º36.24%89.8%-
XYZ41.8835.2178.72-
YUV163.83164.78135.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.69%
GREEN value IS 146 (57.42% from 255) = 26.59%
BLUE value IS 229 (89.84% from 255) = 41.71%
R=31.69%
G=26.59%
B=41.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1741462290.240.3600.10260.2461.4873.53
HexAE92E518240A1043d4a
Octal256222345304401240475112
Binary10101110100100101110010111000100100010101000001001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE92E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE92E5; }

 p { color: rgb(174,146,229); }

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

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

 a { background-color: rgb(174,146,229); }

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

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

 span { border-color: rgb(174,146,229); }

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