#AE90CB

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

Shades of Biloba Flower #AE90CB

Tints of Biloba Flower #AE90CB

Color information

#AE90CB (or 0xAE90CB) is unknown color: approx Biloba Flower. HEX triplet: AE, 90 and CB. RGB value is (174,144,203). Sum of RGB (Red+Green+Blue) = 174+144+203=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE90CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE90CB is #516F34. Grayscale: #9F9F9F. Windows color (decimal): -5336885 or 13340846. OLE color: 13340846.

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

Color convert

RGB174144203-
CMYK0.140.2900.20
HSL270.51º36.2%68.04%-
HSV(B)270.51º29.06%79.61%-
XYZ38.2133.2660.91-
YUV159.7152.44138.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 144 (56.64% from 255) = 27.64%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=33.40%
G=27.64%
B=38.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741442030.140.2900.20270.5136.268.04
HexAE90CBE1D01410f2444
Octal256220313163502441744104
Binary1010111010010000110010111110111010101001000011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE90CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE90CB; }

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

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

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

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

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

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

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

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