#AE87DE

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

Shades of Biloba Flower #AE87DE

Tints of Biloba Flower #AE87DE

Color information

#AE87DE (or 0xAE87DE) is unknown color: approx Biloba Flower. HEX triplet: AE, 87 and DE. RGB value is (174,135,222). Sum of RGB (Red+Green+Blue) = 174+135+222=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE87DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE87DE is #517821. Grayscale: #9C9C9C. Windows color (decimal): -5339170 or 14583726. OLE color: 14583726.

HSL color Cylindrical-coordinate representation of color #AE87DE: hue angle of 266.9º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE87DE is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174135222-
CMYK0.220.3900.13
HSL266.9º56.86%70%-
HSV(B)266.9º39.19%87.06%-
XYZ39.331.673.14-
YUV156.58164.92140.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 135 (53.12% from 255) = 25.42%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=32.77%
G=25.42%
B=41.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741352220.220.3900.13266.956.8670
HexAE87DE16270D10b3946
Octal256207336264701541371106
Binary10101110100001111101111010110100111011011000010111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE87DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE87DE; }

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

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

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

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

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

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

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

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