#AE87FA

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

Shades of Biloba Flower #AE87FA

Tints of Biloba Flower #AE87FA

Color information

#AE87FA (or 0xAE87FA) is unknown color: approx Biloba Flower. HEX triplet: AE, 87 and FA. RGB value is (174,135,250). Sum of RGB (Red+Green+Blue) = 174+135+250=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE87FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE87FA is #517805. Grayscale: #9F9F9F. Windows color (decimal): -5339142 or 16418734. OLE color: 16418734.

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

Color convert

RGB174135250-
CMYK0.300.4600.02
HSL260.35º92%75.49%-
HSV(B)260.35º46%98.04%-
XYZ43.3733.2394.57-
YUV159.77178.92138.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.13%
GREEN value IS 135 (53.12% from 255) = 24.15%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=31.13%
G=24.15%
B=44.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741352500.300.4600.02260.359275.49
HexAE87FA1E2E021045c4b
Octal256207372365602404134113
Binary1010111010000111111110101111010111001010000010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE87FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE87FA; }

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

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

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

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

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

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

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

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