#AE88FE

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

Shades of Biloba Flower #AE88FE

Tints of Biloba Flower #AE88FE

Color information

#AE88FE (or 0xAE88FE) is unknown color: approx Biloba Flower. HEX triplet: AE, 88 and FE. RGB value is (174,136,254). Sum of RGB (Red+Green+Blue) = 174+136+254=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE88FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE88FE is #517701. Grayscale: #A0A0A0. Windows color (decimal): -5338882 or 16681134. OLE color: 16681134.

HSL color Cylindrical-coordinate representation of color #AE88FE: hue angle of 259.32º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE88FE is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB174136254-
CMYK0.310.4600.00
HSL259.32º98.33%76.47%-
HSV(B)259.32º46.46%99.61%-
XYZ44.1533.7697.96-
YUV160.81180.59137.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.85%
GREEN value IS 136 (53.52% from 255) = 24.11%
BLUE value IS 254 (99.61% from 255) = 45.04%
R=30.85%
G=24.11%
B=45.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1741362540.310.4600.00259.3298.3376.47
HexAE88FE1F2E00103624c
Octal256210376375600403142114
Binary101011101000100011111110111111011100010000001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE88FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE88FE; }

 p { color: rgb(174,136,254); }

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

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

 a { background-color: rgb(174,136,254); }

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

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

 span { border-color: rgb(174,136,254); }

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