#AE8BDE

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

Shades of Biloba Flower #AE8BDE

Tints of Biloba Flower #AE8BDE

Color information

#AE8BDE (or 0xAE8BDE) is unknown color: approx Biloba Flower. HEX triplet: AE, 8B and DE. RGB value is (174,139,222). Sum of RGB (Red+Green+Blue) = 174+139+222=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE8BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8BDE is #517421. Grayscale: #9E9E9E. Windows color (decimal): -5338146 or 14584750. OLE color: 14584750.

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

Color convert

RGB174139222-
CMYK0.220.3700.13
HSL265.3º55.7%70.78%-
HSV(B)265.3º37.39%87.06%-
XYZ39.8732.7473.32-
YUV158.93163.6138.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 139 (54.69% from 255) = 25.98%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=32.52%
G=25.98%
B=41.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741392220.220.3700.13265.355.770.78
HexAE8BDE16250D1093847
Octal256213336264501541170107
Binary10101110100010111101111010110100101011011000010011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8BDE; }

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

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

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

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

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

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

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

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