#AE90CA

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

Shades of Biloba Flower #AE90CA

Tints of Biloba Flower #AE90CA

Color information

#AE90CA (or 0xAE90CA) is unknown color: approx Biloba Flower. HEX triplet: AE, 90 and CA. RGB value is (174,144,202). Sum of RGB (Red+Green+Blue) = 174+144+202=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE90CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE90CA is #516F35. Grayscale: #9F9F9F. Windows color (decimal): -5336886 or 13275310. OLE color: 13275310.

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

Color convert

RGB174144202-
CMYK0.140.2900.21
HSL271.03º35.37%67.84%-
HSV(B)271.03º28.71%79.22%-
XYZ38.0933.2160.28-
YUV159.58151.94138.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 144 (56.64% from 255) = 27.69%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=33.46%
G=27.69%
B=38.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741442020.140.2900.21271.0335.3767.84
HexAE90CAE1D01510f2344
Octal256220312163502541743104
Binary1010111010010000110010101110111010101011000011111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE90CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE90CA; }

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

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

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

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

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

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

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

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