#AE9ECA

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

Shades of Biloba Flower #AE9ECA

Tints of Biloba Flower #AE9ECA

Color information

#AE9ECA (or 0xAE9ECA) is unknown color: approx Biloba Flower. HEX triplet: AE, 9E and CA. RGB value is (174,158,202). Sum of RGB (Red+Green+Blue) = 174+158+202=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE9ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9ECA is #516135. Grayscale: #A7A7A7. Windows color (decimal): -5333302 or 13278894. OLE color: 13278894.

HSL color Cylindrical-coordinate representation of color #AE9ECA: hue angle of 261.82º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AE9ECA is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174158202-
CMYK0.140.2200.21
HSL261.82º29.33%70.59%-
HSV(B)261.82º21.78%79.22%-
XYZ40.3437.7261.03-
YUV167.8147.3132.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.58%
GREEN value IS 158 (62.11% from 255) = 29.59%
BLUE value IS 202 (79.30% from 255) = 37.83%
R=32.58%
G=29.59%
B=37.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741582020.140.2200.21261.8229.3370.59
HexAE9ECAE160151061d47
Octal256236312162602540635107
Binary101011101001111011001010111010110010101100000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9ECA; }

 p { color: rgb(174,158,202); }

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

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

 a { background-color: rgb(174,158,202); }

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

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

 span { border-color: rgb(174,158,202); }

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