#AE8EFA

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

Shades of Biloba Flower #AE8EFA

Tints of Biloba Flower #AE8EFA

Color information

#AE8EFA (or 0xAE8EFA) is unknown color: approx Biloba Flower. HEX triplet: AE, 8E and FA. RGB value is (174,142,250). Sum of RGB (Red+Green+Blue) = 174+142+250=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE8EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8EFA is #517105. Grayscale: #A3A3A3. Windows color (decimal): -5337350 or 16420526. OLE color: 16420526.

HSL color Cylindrical-coordinate representation of color #AE8EFA: hue angle of 257.78º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE8EFA is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174142250-
CMYK0.300.4300.02
HSL257.78º91.53%76.86%-
HSV(B)257.78º43.2%98.04%-
XYZ44.3835.2594.91-
YUV163.88176.6135.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.74%
GREEN value IS 142 (55.86% from 255) = 25.09%
BLUE value IS 250 (98.05% from 255) = 44.17%
R=30.74%
G=25.09%
B=44.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741422500.300.4300.02257.7891.5376.86
HexAE8EFA1E2B021025c4d
Octal256216372365302402134115
Binary1010111010001110111110101111010101101010000001010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8EFA; }

 p { color: rgb(174,142,250); }

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

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

 a { background-color: rgb(174,142,250); }

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

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

 span { border-color: rgb(174,142,250); }

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