#AE87E5

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

Shades of Biloba Flower #AE87E5

Tints of Biloba Flower #AE87E5

Color information

#AE87E5 (or 0xAE87E5) is unknown color: approx Biloba Flower. HEX triplet: AE, 87 and E5. RGB value is (174,135,229). Sum of RGB (Red+Green+Blue) = 174+135+229=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE87E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE87E5 is #51781A. Grayscale: #9D9D9D. Windows color (decimal): -5339163 or 15042478. OLE color: 15042478.

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

Color convert

RGB174135229-
CMYK0.240.4100.10
HSL264.89º64.38%71.37%-
HSV(B)264.89º41.05%89.8%-
XYZ40.2631.9878.18-
YUV157.38168.42139.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 135 (53.12% from 255) = 25.09%
BLUE value IS 229 (89.84% from 255) = 42.57%
R=32.34%
G=25.09%
B=42.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1741352290.240.4100.10264.8964.3871.37
HexAE87E518290A1094047
Octal2562073453051012411100107
Binary101011101000011111100101110001010010101010000100110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE87E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE87E5; }

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

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

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

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

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

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

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

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