#AE9BC6

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

Shades of Biloba Flower #AE9BC6

Tints of Biloba Flower #AE9BC6

Color information

#AE9BC6 (or 0xAE9BC6) is unknown color: approx Biloba Flower. HEX triplet: AE, 9B and C6. RGB value is (174,155,198). Sum of RGB (Red+Green+Blue) = 174+155+198=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 198 - color contains mainly: blue. Hex color #AE9BC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9BC6 is #516439. Grayscale: #A5A5A5. Windows color (decimal): -5334074 or 13015982. OLE color: 13015982.

HSL color Cylindrical-coordinate representation of color #AE9BC6: hue angle of 266.51º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AE9BC6 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB174155198-
CMYK0.120.2200.22
HSL266.51º27.39%69.22%-
HSV(B)266.51º21.72%77.65%-
XYZ39.3736.5258.4-
YUV165.58146.29134-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 155 (60.94% from 255) = 29.41%
BLUE value IS 198 (77.73% from 255) = 37.57%
R=33.02%
G=29.41%
B=37.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741551980.120.2200.22266.5127.3969.22
HexAE9BC6C1601610b1b45
Octal256233306142602641333105
Binary101011101001101111000110110010110010110100001011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9BC6; }

 p { color: rgb(174,155,198); }

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

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

 a { background-color: rgb(174,155,198); }

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

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

 span { border-color: rgb(174,155,198); }

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