#AE86EB

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

Shades of Biloba Flower #AE86EB

Tints of Biloba Flower #AE86EB

Color information

#AE86EB (or 0xAE86EB) is unknown color: approx Biloba Flower. HEX triplet: AE, 86 and EB. RGB value is (174,134,235). Sum of RGB (Red+Green+Blue) = 174+134+235=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #AE86EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE86EB is #517914. Grayscale: #9D9D9D. Windows color (decimal): -5339413 or 15435438. OLE color: 15435438.

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

Color convert

RGB174134235-
CMYK0.260.4300.08
HSL263.76º71.63%72.35%-
HSV(B)263.76º42.98%92.16%-
XYZ40.9832.0582.62-
YUV157.47171.75139.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.04%
GREEN value IS 134 (52.73% from 255) = 24.68%
BLUE value IS 235 (92.19% from 255) = 43.28%
R=32.04%
G=24.68%
B=43.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741342350.260.4300.08263.7671.6372.35
HexAE86EB1A2B081084848
Octal2562063533253010410110110
Binary101011101000011011101011110101010110100010000100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE86EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE86EB; }

 p { color: rgb(174,134,235); }

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

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

 a { background-color: rgb(174,134,235); }

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

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

 span { border-color: rgb(174,134,235); }

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