#AE9FBF

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

Shades of Biloba Flower #AE9FBF

Tints of Biloba Flower #AE9FBF

Color information

#AE9FBF (or 0xAE9FBF) is unknown color: approx Biloba Flower. HEX triplet: AE, 9F and BF. RGB value is (174,159,191). Sum of RGB (Red+Green+Blue) = 174+159+191=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE9FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9FBF is #516040. Grayscale: #A7A7A7. Windows color (decimal): -5333057 or 12558254. OLE color: 12558254.

HSL color Cylindrical-coordinate representation of color #AE9FBF: hue angle of 268.12º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AE9FBF is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174159191-
CMYK0.090.1700.25
HSL268.12º20%68.63%-
HSV(B)268.12º16.75%74.9%-
XYZ39.2637.5654.47-
YUV167.13141.47132.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 159 (62.5% from 255) = 30.34%
BLUE value IS 191 (75% from 255) = 36.45%
R=33.21%
G=30.34%
B=36.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741591910.090.1700.25268.122068.63
HexAE9FBF91101910c1445
Octal256237277112103141424105
Binary101011101001111110111111100110001011001100001100101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9FBF; }

 p { color: rgb(174,159,191); }

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

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

 a { background-color: rgb(174,159,191); }

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

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

 span { border-color: rgb(174,159,191); }

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