#AE87EC

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

Shades of Biloba Flower #AE87EC

Tints of Biloba Flower #AE87EC

Color information

#AE87EC (or 0xAE87EC) is unknown color: approx Biloba Flower. HEX triplet: AE, 87 and EC. RGB value is (174,135,236). Sum of RGB (Red+Green+Blue) = 174+135+236=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 135 (53.12% from 255 or 24.77% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE87EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE87EC is #517813. Grayscale: #9D9D9D. Windows color (decimal): -5339156 or 15501230. OLE color: 15501230.

HSL color Cylindrical-coordinate representation of color #AE87EC: hue angle of 263.17º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE87EC is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174135236-
CMYK0.260.4300.07
HSL263.17º72.66%72.75%-
HSV(B)263.17º42.8%92.55%-
XYZ41.2632.3883.43-
YUV158.17171.92139.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 135 (53.12% from 255) = 24.77%
BLUE value IS 236 (92.58% from 255) = 43.30%
R=31.93%
G=24.77%
B=43.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741352360.260.4300.07263.1772.6672.75
HexAE87EC1A2B071074949
Octal256207354325307407111111
Binary10101110100001111110110011010101011011110000011110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE87EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE87EC; }

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

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

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

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

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

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

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

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