#AE91CB

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

Shades of Biloba Flower #AE91CB

Tints of Biloba Flower #AE91CB

Color information

#AE91CB (or 0xAE91CB) is unknown color: approx Biloba Flower. HEX triplet: AE, 91 and CB. RGB value is (174,145,203). Sum of RGB (Red+Green+Blue) = 174+145+203=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE91CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE91CB is #516E34. Grayscale: #A0A0A0. Windows color (decimal): -5336629 or 13341102. OLE color: 13341102.

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

Color convert

RGB174145203-
CMYK0.140.2900.20
HSL270º35.8%68.24%-
HSV(B)270º28.57%79.61%-
XYZ38.3633.5660.96-
YUV160.28152.11137.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 145 (57.03% from 255) = 27.78%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=33.33%
G=27.78%
B=38.89%

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
Decimal1741452030.140.2900.2027035.868.24
HexAE91CBE1D01410e2444
Octal256221313163502441644104
Binary1010111010010001110010111110111010101001000011101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE91CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE91CB; }

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

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

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

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

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

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

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

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