#AE9CEA

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

Shades of Biloba Flower #AE9CEA

Tints of Biloba Flower #AE9CEA

Color information

#AE9CEA (or 0xAE9CEA) is unknown color: approx Biloba Flower. HEX triplet: AE, 9C and EA. RGB value is (174,156,234). Sum of RGB (Red+Green+Blue) = 174+156+234=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE9CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9CEA is #516315. Grayscale: #A9A9A9. Windows color (decimal): -5333782 or 15375534. OLE color: 15375534.

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

Color convert

RGB174156234-
CMYK0.260.3300.08
HSL253.85º65%76.47%-
HSV(B)253.85º33.33%91.76%-
XYZ44.238.7282.99-
YUV170.27163.96130.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.85%
GREEN value IS 156 (61.33% from 255) = 27.66%
BLUE value IS 234 (91.80% from 255) = 41.49%
R=30.85%
G=27.66%
B=41.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741562340.260.3300.08253.856576.47
HexAE9CEA1A2108fe414c
Octal2562343523241010376101114
Binary10101110100111001110101011010100001010001111111010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9CEA; }

 p { color: rgb(174,156,234); }

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

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

 a { background-color: rgb(174,156,234); }

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

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

 span { border-color: rgb(174,156,234); }

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