#AE86D6

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

Shades of Biloba Flower #AE86D6

Tints of Biloba Flower #AE86D6

Color information

#AE86D6 (or 0xAE86D6) is unknown color: approx Biloba Flower. HEX triplet: AE, 86 and D6. RGB value is (174,134,214). Sum of RGB (Red+Green+Blue) = 174+134+214=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 214 - color contains mainly: blue. Hex color #AE86D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE86D6 is #517929. Grayscale: #9A9A9A. Windows color (decimal): -5339434 or 14059182. OLE color: 14059182.

HSL color Cylindrical-coordinate representation of color #AE86D6: hue angle of 270º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE86D6 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174134214-
CMYK0.190.3700.16
HSL270º49.38%68.24%-
HSV(B)270º37.38%83.92%-
XYZ38.1230.967.57-
YUV155.08161.25141.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 134 (52.73% from 255) = 25.67%
BLUE value IS 214 (83.98% from 255) = 41.00%
R=33.33%
G=25.67%
B=41.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741342140.190.3700.1627049.3868.24
HexAE86D6132501010e3144
Octal256206326234502041661104
Binary101011101000011011010110100111001010100001000011101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE86D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE86D6; }

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

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

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

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

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

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

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

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