#AE87E0

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

Shades of Biloba Flower #AE87E0

Tints of Biloba Flower #AE87E0

Color information

#AE87E0 (or 0xAE87E0) is unknown color: approx Biloba Flower. HEX triplet: AE, 87 and E0. RGB value is (174,135,224). Sum of RGB (Red+Green+Blue) = 174+135+224=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #AE87E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE87E0 is #51781F. Grayscale: #9C9C9C. Windows color (decimal): -5339168 or 14714798. OLE color: 14714798.

HSL color Cylindrical-coordinate representation of color #AE87E0: hue angle of 266.29º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE87E0 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174135224-
CMYK0.220.4000.12
HSL266.29º58.94%70.39%-
HSV(B)266.29º39.73%87.84%-
XYZ39.5731.7174.56-
YUV156.81165.92140.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.65%
GREEN value IS 135 (53.12% from 255) = 25.33%
BLUE value IS 224 (87.89% from 255) = 42.03%
R=32.65%
G=25.33%
B=42.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741352240.220.4000.12266.2958.9470.39
HexAE87E016280C10a3b46
Octal256207340265001441273106
Binary10101110100001111110000010110101000011001000010101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE87E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE87E0; }

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

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

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

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

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

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

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

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