#AEA3CA

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

Shades of Biloba Flower #AEA3CA

Tints of Biloba Flower #AEA3CA

Color information

#AEA3CA (or 0xAEA3CA) is unknown color: approx Biloba Flower. HEX triplet: AE, A3 and CA. RGB value is (174,163,202). Sum of RGB (Red+Green+Blue) = 174+163+202=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEA3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA3CA is #515C35. Grayscale: #AAAAAA. Windows color (decimal): -5332022 or 13280174. OLE color: 13280174.

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

Color convert

RGB174163202-
CMYK0.140.1900.21
HSL256.92º26.9%71.57%-
HSV(B)256.92º19.31%79.22%-
XYZ41.2139.4661.32-
YUV170.74145.64130.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 163 (64.06% from 255) = 30.24%
BLUE value IS 202 (79.30% from 255) = 37.48%
R=32.28%
G=30.24%
B=37.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741632020.140.1900.21256.9226.971.57
HexAEA3CAE130151011b48
Octal256243312162302540133110
Binary101011101010001111001010111010011010101100000001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA3CA; }

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

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

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

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

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

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

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

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