#AE91CF

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

Shades of Biloba Flower #AE91CF

Tints of Biloba Flower #AE91CF

Color information

#AE91CF (or 0xAE91CF) is unknown color: approx Biloba Flower. HEX triplet: AE, 91 and CF. RGB value is (174,145,207). Sum of RGB (Red+Green+Blue) = 174+145+207=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 145 (57.03% from 255 or 27.57% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE91CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE91CF is #516E30. Grayscale: #A0A0A0. Windows color (decimal): -5336625 or 13603246. OLE color: 13603246.

HSL color Cylindrical-coordinate representation of color #AE91CF: hue angle of 268.06º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE91CF is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174145207-
CMYK0.160.3000.19
HSL268.06º39.24%69.02%-
HSV(B)268.06º29.95%81.18%-
XYZ38.8433.7563.5-
YUV160.74154.11137.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.08%
GREEN value IS 145 (57.03% from 255) = 27.57%
BLUE value IS 207 (81.25% from 255) = 39.35%
R=33.08%
G=27.57%
B=39.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741452070.160.3000.19268.0639.2469.02
HexAE91CF101E01310c2745
Octal256221317203602341447105
Binary10101110100100011100111110000111100100111000011001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE91CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE91CF; }

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

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

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

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

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

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

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

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