#AE86DF

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

Shades of Biloba Flower #AE86DF

Tints of Biloba Flower #AE86DF

Color information

#AE86DF (or 0xAE86DF) is unknown color: approx Biloba Flower. HEX triplet: AE, 86 and DF. RGB value is (174,134,223). Sum of RGB (Red+Green+Blue) = 174+134+223=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE86DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE86DF is #517920. Grayscale: #9B9B9B. Windows color (decimal): -5339425 or 14649006. OLE color: 14649006.

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

Color convert

RGB174134223-
CMYK0.220.4000.13
HSL266.97º58.17%70%-
HSV(B)266.97º39.91%87.45%-
XYZ39.331.3873.8-
YUV156.11165.75140.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 134 (52.73% from 255) = 25.24%
BLUE value IS 223 (87.5% from 255) = 42.00%
R=32.77%
G=25.24%
B=42.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741342230.220.4000.13266.9758.1770
HexAE86DF16280D10b3a46
Octal256206337265001541372106
Binary10101110100001101101111110110101000011011000010111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE86DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE86DF; }

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

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

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

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

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

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

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

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