#AEA7BB

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

Shades of Biloba Flower #AEA7BB

Tints of Biloba Flower #AEA7BB

Color information

#AEA7BB (or 0xAEA7BB) is unknown color: approx Biloba Flower. HEX triplet: AE, A7 and BB. RGB value is (174,167,187). Sum of RGB (Red+Green+Blue) = 174+167+187=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 187 - color contains mainly: blue. Hex color #AEA7BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA7BB is #515844. Grayscale: #ABABAB. Windows color (decimal): -5331013 or 12298158. OLE color: 12298158.

HSL color Cylindrical-coordinate representation of color #AEA7BB: hue angle of 261º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEA7BB is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174167187-
CMYK0.070.1100.27
HSL261º12.82%69.41%-
HSV(B)261º10.7%73.33%-
XYZ40.2440.2252.66-
YUV171.37136.82129.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 167 (65.62% from 255) = 31.63%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=32.95%
G=31.63%
B=35.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741671870.070.1100.2726112.8269.41
HexAEA7BB7B01B105d45
Octal25624727371303340515105
Binary101011101010011110111011111101101101110000010111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA7BB; }

 p { color: rgb(174,167,187); }

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

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

 a { background-color: rgb(174,167,187); }

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

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

 span { border-color: rgb(174,167,187); }

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