#AEA1CA

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

Shades of Biloba Flower #AEA1CA

Tints of Biloba Flower #AEA1CA

Color information

#AEA1CA (or 0xAEA1CA) is unknown color: approx Biloba Flower. HEX triplet: AE, A1 and CA. RGB value is (174,161,202). Sum of RGB (Red+Green+Blue) = 174+161+202=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEA1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA1CA is #515E35. Grayscale: #A9A9A9. Windows color (decimal): -5332534 or 13279662. OLE color: 13279662.

HSL color Cylindrical-coordinate representation of color #AEA1CA: hue angle of 259.02º degrees, saturation: 0.28, 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 #AEA1CA is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174161202-
CMYK0.140.2000.21
HSL259.02º27.89%71.18%-
HSV(B)259.02º20.3%79.22%-
XYZ40.8638.7561.2-
YUV169.56146.31131.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.40%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=32.40%
G=29.98%
B=37.62%

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
Decimal1741612020.140.2000.21259.0227.8971.18
HexAEA1CAE140151031c47
Octal256241312162402540334107
Binary101011101010000111001010111010100010101100000011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA1CA; }

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

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

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

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

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

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

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

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