#AEA2CA

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

Shades of Biloba Flower #AEA2CA

Tints of Biloba Flower #AEA2CA

Color information

#AEA2CA (or 0xAEA2CA) is unknown color: approx Biloba Flower. HEX triplet: AE, A2 and CA. RGB value is (174,162,202). Sum of RGB (Red+Green+Blue) = 174+162+202=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEA2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA2CA is #515D35. Grayscale: #AAAAAA. Windows color (decimal): -5332278 or 13279918. OLE color: 13279918.

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

Color convert

RGB174162202-
CMYK0.140.2000.21
HSL258º27.4%71.37%-
HSV(B)258º19.8%79.22%-
XYZ41.0439.161.26-
YUV170.15145.98130.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 162 (63.67% from 255) = 30.11%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=32.34%
G=30.11%
B=37.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741622020.140.2000.2125827.471.37
HexAEA2CAE140151021b47
Octal256242312162402540233107
Binary101011101010001011001010111010100010101100000010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA2CA; }

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

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

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

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

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

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

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

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